@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()
Deletes the storage connectors currently enabled for the stack.
|
String |
getDescription()
The description displayed to end users.
|
String |
getDisplayName()
The stack name displayed to end users.
|
String |
getName()
The name of the stack.
|
List<StorageConnector> |
getStorageConnectors()
The storage connectors to enable.
|
int |
hashCode() |
Boolean |
isDeleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
|
void |
setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
|
void |
setDescription(String description)
The description displayed to end users.
|
void |
setDisplayName(String displayName)
The stack name displayed to end users.
|
void |
setName(String name)
The name of the stack.
|
void |
setStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateStackRequest |
withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
|
UpdateStackRequest |
withDescription(String description)
The description displayed to end users.
|
UpdateStackRequest |
withDisplayName(String displayName)
The stack name displayed to end users.
|
UpdateStackRequest |
withName(String name)
The name of the stack.
|
UpdateStackRequest |
withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
UpdateStackRequest |
withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
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, withSdkRequestTimeoutpublic void setDisplayName(String displayName)
The stack name displayed to end users.
displayName - The stack name displayed to end users.public String getDisplayName()
The stack name displayed to end users.
public UpdateStackRequest withDisplayName(String displayName)
The stack name displayed to end users.
displayName - The stack name displayed to end users.public void setDescription(String description)
The description displayed to end users.
description - The description displayed to end users.public String getDescription()
The description displayed to end users.
public UpdateStackRequest withDescription(String description)
The description displayed to end users.
description - The description displayed to end users.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 UpdateStackRequest withName(String name)
The name of the stack.
name - The name of the stack.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 UpdateStackRequest 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 UpdateStackRequest withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
storageConnectors - The storage connectors to enable.public void setDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
deleteStorageConnectors - Deletes the storage connectors currently enabled for the stack.public Boolean getDeleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
public UpdateStackRequest withDeleteStorageConnectors(Boolean deleteStorageConnectors)
Deletes the storage connectors currently enabled for the stack.
deleteStorageConnectors - Deletes the storage connectors currently enabled for the stack.public Boolean isDeleteStorageConnectors()
Deletes the storage connectors currently enabled for the stack.
public String toString()
toString in class ObjectObject.toString()public UpdateStackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.