@Generated(value="software.amazon.awssdk:codegen") public final class Stack extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Stack.Builder,Stack>
Describes a stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Stack.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AccessEndpoint> |
accessEndpoints()
The list of virtual private cloud (VPC) interface endpoint objects.
|
ApplicationSettingsResponse |
applicationSettings()
The persistent application settings for users of the stack.
|
String |
arn()
The ARN of the stack.
|
static Stack.Builder |
builder() |
Instant |
createdTime()
The time the stack was created.
|
String |
description()
The description to display.
|
String |
displayName()
The stack name to display.
|
List<String> |
embedHostDomains()
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
feedbackURL()
The URL that users are redirected to after they click the Send Feedback link.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAccessEndpoints()
Returns true if the AccessEndpoints property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasEmbedHostDomains()
Returns true if the EmbedHostDomains property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasStackErrors()
Returns true if the StackErrors property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasStorageConnectors()
Returns true if the StorageConnectors property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasUserSettings()
Returns true if the UserSettings property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
name()
The name of the stack.
|
String |
redirectURL()
The URL that users are redirected to after their streaming session ends.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Stack.Builder> |
serializableBuilderClass() |
List<StackError> |
stackErrors()
The errors for the stack.
|
List<StorageConnector> |
storageConnectors()
The storage connectors to enable.
|
Stack.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<UserSetting> |
userSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the stack.
public final String name()
The name of the stack.
public final String description()
The description to display.
public final String displayName()
The stack name to display.
public final Instant createdTime()
The time the stack was created.
public final boolean hasStorageConnectors()
public final List<StorageConnector> storageConnectors()
The storage connectors to enable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStorageConnectors() to see if a value was sent in this field.
public final String redirectURL()
The URL that users are redirected to after their streaming session ends.
public final String feedbackURL()
The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
public final boolean hasStackErrors()
public final List<StackError> stackErrors()
The errors for the stack.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStackErrors() to see if a value was sent in this field.
public final boolean hasUserSettings()
public final List<UserSetting> userSettings()
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUserSettings() to see if a value was sent in this field.
public final ApplicationSettingsResponse applicationSettings()
The persistent application settings for users of the stack.
public final boolean hasAccessEndpoints()
public final List<AccessEndpoint> accessEndpoints()
The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAccessEndpoints() to see if a value was sent in this field.
public final boolean hasEmbedHostDomains()
public final List<String> embedHostDomains()
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEmbedHostDomains() to see if a value was sent in this field.
public Stack.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Stack.Builder,Stack>public static Stack.Builder builder()
public static Class<? extends Stack.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.