@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) |
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.
|
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.
|
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 |
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 |
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 |
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 |
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 |
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 |
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.