@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateStackRequest() |
Modifier and Type | Method and Description |
---|---|
CreateStackRequest |
addTagsEntry(String key,
String value) |
CreateStackRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ApplicationSettings |
getApplicationSettings()
The persistent application settings for users of a stack.
|
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<StorageConnector> |
getStorageConnectors()
The storage connectors to enable.
|
Map<String,String> |
getTags()
The tags to associate with the stack.
|
List<UserSetting> |
getUserSettings()
The actions that are enabled or disabled for users during their streaming sessions.
|
int |
hashCode() |
void |
setApplicationSettings(ApplicationSettings applicationSettings)
The persistent application settings for users of a stack.
|
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 |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
void |
setTags(Map<String,String> tags)
The tags to associate with the stack.
|
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.
|
CreateStackRequest |
withApplicationSettings(ApplicationSettings applicationSettings)
The persistent application settings for users of a stack.
|
CreateStackRequest |
withDescription(String description)
The description to display.
|
CreateStackRequest |
withDisplayName(String displayName)
The stack name to display.
|
CreateStackRequest |
withFeedbackURL(String feedbackURL)
The URL that users are redirected to after they click the Send Feedback link.
|
CreateStackRequest |
withName(String name)
The name of the stack.
|
CreateStackRequest |
withRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
CreateStackRequest |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
CreateStackRequest |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
CreateStackRequest |
withTags(Map<String,String> tags)
The tags to associate with the stack.
|
CreateStackRequest |
withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
CreateStackRequest |
withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 CreateStackRequest 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 CreateStackRequest 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 CreateStackRequest withDisplayName(String displayName)
The stack name to display.
displayName
- The stack name to display.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 CreateStackRequest 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 CreateStackRequest 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 CreateStackRequest 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 CreateStackRequest 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<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 CreateStackRequest 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 CreateStackRequest 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(ApplicationSettings applicationSettings)
The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
applicationSettings
- The persistent application settings for users of a stack. When these settings are enabled, changes that
users make to applications and Windows settings are automatically saved after each session and applied to
the next session.public ApplicationSettings getApplicationSettings()
The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
public CreateStackRequest withApplicationSettings(ApplicationSettings applicationSettings)
The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
applicationSettings
- The persistent application settings for users of a stack. When these settings are enabled, changes that
users make to applications and Windows settings are automatically saved after each session and applied to
the next session.public Map<String,String> getTags()
The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
public void setTags(Map<String,String> tags)
The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
tags
- The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example,
Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
public CreateStackRequest withTags(Map<String,String> tags)
The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
tags
- The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example,
Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
public CreateStackRequest addTagsEntry(String key, String value)
public CreateStackRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateStackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.