@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 | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()
 The description for display. 
 | 
String | 
getDisplayName()
 The stack name for display. 
 | 
String | 
getName()
 The name of the stack. 
 | 
List<StorageConnector> | 
getStorageConnectors()
 The storage connectors to enable. 
 | 
int | 
hashCode()  | 
void | 
setDescription(String description)
 The description for display. 
 | 
void | 
setDisplayName(String displayName)
 The stack name for display. 
 | 
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. 
 | 
CreateStackRequest | 
withDescription(String description)
 The description for display. 
 | 
CreateStackRequest | 
withDisplayName(String displayName)
 The stack name for display. 
 | 
CreateStackRequest | 
withName(String name)
 The name of the stack. 
 | 
CreateStackRequest | 
withStorageConnectors(Collection<StorageConnector> storageConnectors)
 The storage connectors to enable. 
 | 
CreateStackRequest | 
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 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 for display.
description - The description for display.public String getDescription()
The description for display.
public CreateStackRequest withDescription(String description)
The description for display.
description - The description for display.public void setDisplayName(String displayName)
The stack name for display.
displayName - The stack name for display.public String getDisplayName()
The stack name for display.
public CreateStackRequest withDisplayName(String displayName)
The stack name for display.
displayName - The stack name for 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 String toString()
toString in class ObjectObject.toString()public CreateStackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.