@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Stack extends Object implements Serializable, Cloneable, StructuredPojo
Describes a stack.
Constructor and Description |
---|
Stack() |
Modifier and Type | Method and Description |
---|---|
Stack |
clone() |
boolean |
equals(Object obj) |
List<AccessEndpoint> |
getAccessEndpoints()
The list of virtual private cloud (VPC) interface endpoint objects.
|
ApplicationSettingsResponse |
getApplicationSettings()
The persistent application settings for users of the stack.
|
String |
getArn()
The ARN of the stack.
|
Date |
getCreatedTime()
The time the stack was created.
|
String |
getDescription()
The description to display.
|
String |
getDisplayName()
The stack name to display.
|
List<String> |
getEmbedHostDomains()
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
String |
getFeedbackURL()
The URL that users are redirected to after they click the Send Feedback link.
|
String |
getName()
The name of the stack.
|
String |
getRedirectURL()
The URL that users are redirected to after their streaming session ends.
|
List<StackError> |
getStackErrors()
The errors for the stack.
|
List<StorageConnector> |
getStorageConnectors()
The storage connectors to enable.
|
StreamingExperienceSettings |
getStreamingExperienceSettings()
The streaming protocol you want your stack to prefer.
|
List<UserSetting> |
getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
void |
setApplicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the stack.
|
void |
setArn(String arn)
The ARN of the stack.
|
void |
setCreatedTime(Date createdTime)
The time the stack was created.
|
void |
setDescription(String description)
The description to display.
|
void |
setDisplayName(String displayName)
The stack name to display.
|
void |
setEmbedHostDomains(Collection<String> embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
void |
setFeedbackURL(String feedbackURL)
The URL that users are redirected to after they click the Send Feedback link.
|
void |
setName(String name)
The name of the stack.
|
void |
setRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
void |
setStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
void |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
void |
setStreamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer.
|
void |
setUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
String |
toString()
Returns a string representation of this object.
|
Stack |
withAccessEndpoints(AccessEndpoint... accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
Stack |
withAccessEndpoints(Collection<AccessEndpoint> accessEndpoints)
The list of virtual private cloud (VPC) interface endpoint objects.
|
Stack |
withApplicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the stack.
|
Stack |
withArn(String arn)
The ARN of the stack.
|
Stack |
withCreatedTime(Date createdTime)
The time the stack was created.
|
Stack |
withDescription(String description)
The description to display.
|
Stack |
withDisplayName(String displayName)
The stack name to display.
|
Stack |
withEmbedHostDomains(Collection<String> embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
Stack |
withEmbedHostDomains(String... embedHostDomains)
The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.
|
Stack |
withFeedbackURL(String feedbackURL)
The URL that users are redirected to after they click the Send Feedback link.
|
Stack |
withName(String name)
The name of the stack.
|
Stack |
withRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
Stack |
withStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
Stack |
withStackErrors(StackError... stackErrors)
The errors for the stack.
|
Stack |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
Stack |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
Stack |
withStreamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer.
|
Stack |
withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
Stack |
withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
public void setArn(String arn)
The ARN of the stack.
arn
- The ARN of the stack.public String getArn()
The ARN of the stack.
public Stack withArn(String arn)
The ARN of the stack.
arn
- The ARN of the stack.public void setName(String name)
The name of the stack.
name
- The name of the stack.public String getName()
The name of the stack.
public Stack withName(String name)
The name of the stack.
name
- The name of the stack.public void setDescription(String description)
The description to display.
description
- The description to display.public String getDescription()
The description to display.
public Stack withDescription(String description)
The description to display.
description
- The description to display.public void setDisplayName(String displayName)
The stack name to display.
displayName
- The stack name to display.public String getDisplayName()
The stack name to display.
public Stack withDisplayName(String displayName)
The stack name to display.
displayName
- The stack name to display.public void setCreatedTime(Date createdTime)
The time the stack was created.
createdTime
- The time the stack was created.public Date getCreatedTime()
The time the stack was created.
public Stack withCreatedTime(Date createdTime)
The time the stack was created.
createdTime
- The time the stack was created.public List<StorageConnector> getStorageConnectors()
The storage connectors to enable.
public void setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.public Stack withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
NOTE: This method appends the values to the existing list (if any). Use
setStorageConnectors(java.util.Collection)
or withStorageConnectors(java.util.Collection)
if
you want to override the existing values.
storageConnectors
- The storage connectors to enable.public Stack withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors
- The storage connectors to enable.public void setRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
redirectURL
- The URL that users are redirected to after their streaming session ends.public String getRedirectURL()
The URL that users are redirected to after their streaming session ends.
public Stack withRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
redirectURL
- The URL that users are redirected to after their streaming session ends.public void setFeedbackURL(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.
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 String getFeedbackURL()
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 Stack withFeedbackURL(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.
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 List<StackError> getStackErrors()
The errors for the stack.
public void setStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
stackErrors
- The errors for the stack.public Stack withStackErrors(StackError... stackErrors)
The errors for the stack.
NOTE: This method appends the values to the existing list (if any). Use
setStackErrors(java.util.Collection)
or withStackErrors(java.util.Collection)
if you want to
override the existing values.
stackErrors
- The errors for the stack.public Stack withStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
stackErrors
- The errors for the stack.public List<UserSetting> getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
public void setUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
userSettings
- The actions that are enabled or disabled for users during their streaming sessions. By default these
actions are enabled.public Stack withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
NOTE: This method appends the values to the existing list (if any). Use
setUserSettings(java.util.Collection)
or withUserSettings(java.util.Collection)
if you want to
override the existing values.
userSettings
- The actions that are enabled or disabled for users during their streaming sessions. By default these
actions are enabled.public Stack withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
userSettings
- The actions that are enabled or disabled for users during their streaming sessions. By default these
actions are enabled.public void setApplicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the stack.
applicationSettings
- The persistent application settings for users of the stack.public ApplicationSettingsResponse getApplicationSettings()
The persistent application settings for users of the stack.
public Stack withApplicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the stack.
applicationSettings
- The persistent application settings for users of the stack.public List<AccessEndpoint> getAccessEndpoints()
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.
public void setAccessEndpoints(Collection<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.
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.public Stack withAccessEndpoints(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.
NOTE: This method appends the values to the existing list (if any). Use
setAccessEndpoints(java.util.Collection)
or withAccessEndpoints(java.util.Collection)
if you
want to override the existing values.
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.public Stack withAccessEndpoints(Collection<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.
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.public List<String> getEmbedHostDomains()
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.
public void setEmbedHostDomains(Collection<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.
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.public Stack withEmbedHostDomains(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.
NOTE: This method appends the values to the existing list (if any). Use
setEmbedHostDomains(java.util.Collection)
or withEmbedHostDomains(java.util.Collection)
if you
want to override the existing values.
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.public Stack withEmbedHostDomains(Collection<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.
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.public void setStreamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
streamingExperienceSettings
- The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only
supported in the Windows native client.public StreamingExperienceSettings getStreamingExperienceSettings()
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
public Stack withStreamingExperienceSettings(StreamingExperienceSettings streamingExperienceSettings)
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
streamingExperienceSettings
- The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only
supported in the Windows native client.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.