@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStackRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDeleteStorageConnectors()
Remove all the storage connectors currently enabled for the stack.
|
String |
getDescription()
The description displayed to end users on the AppStream 2.0 portal.
|
String |
getDisplayName()
The name displayed to end users on the AppStream 2.0 portal.
|
String |
getName()
The name of the stack to update.
|
List<StorageConnector> |
getStorageConnectors()
The storage connectors to be enabled for the stack.
|
int |
hashCode() |
Boolean |
isDeleteStorageConnectors()
Remove all the storage connectors currently enabled for the stack.
|
void |
setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Remove all the storage connectors currently enabled for the stack.
|
void |
setDescription(String description)
The description displayed to end users on the AppStream 2.0 portal.
|
void |
setDisplayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
|
void |
setName(String name)
The name of the stack to update.
|
void |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateStackRequest |
withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Remove all the storage connectors currently enabled for the stack.
|
UpdateStackRequest |
withDescription(String description)
The description displayed to end users on the AppStream 2.0 portal.
|
UpdateStackRequest |
withDisplayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
|
UpdateStackRequest |
withName(String name)
The name of the stack to update.
|
UpdateStackRequest |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
|
UpdateStackRequest |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to be enabled for the stack.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDisplayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
displayName
- The name displayed to end users on the AppStream 2.0 portal.public String getDisplayName()
The name displayed to end users on the AppStream 2.0 portal.
public UpdateStackRequest withDisplayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
displayName
- The name displayed to end users on the AppStream 2.0 portal.public void setDescription(String description)
The description displayed to end users on the AppStream 2.0 portal.
description
- The description displayed to end users on the AppStream 2.0 portal.public String getDescription()
The description displayed to end users on the AppStream 2.0 portal.
public UpdateStackRequest withDescription(String description)
The description displayed to end users on the AppStream 2.0 portal.
description
- The description displayed to end users on the AppStream 2.0 portal.public void setName(String name)
The name of the stack to update.
name
- The name of the stack to update.public String getName()
The name of the stack to update.
public UpdateStackRequest withName(String name)
The name of the stack to update.
name
- The name of the stack to update.public List<StorageConnector> getStorageConnectors()
The storage connectors to be enabled for the stack.
public void setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
storageConnectors
- The storage connectors to be enabled for the stack.public UpdateStackRequest withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to be enabled for the stack.
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 be enabled for the stack.public UpdateStackRequest withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to be enabled for the stack.
storageConnectors
- The storage connectors to be enabled for the stack.public void setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Remove all the storage connectors currently enabled for the stack.
deleteStorageConnectors
- Remove all the storage connectors currently enabled for the stack.public Boolean getDeleteStorageConnectors()
Remove all the storage connectors currently enabled for the stack.
public UpdateStackRequest withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Remove all the storage connectors currently enabled for the stack.
deleteStorageConnectors
- Remove all the storage connectors currently enabled for the stack.public Boolean isDeleteStorageConnectors()
Remove all the storage connectors currently enabled for the stack.
public String toString()
toString
in class Object
Object.toString()
public UpdateStackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.