@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 request.
|
boolean |
equals(Object obj) |
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 unique identifier for this stack.
|
int |
hashCode() |
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 unique identifier for this stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateStackRequest |
withDescription(String description)
The description displayed to end users on the AppStream 2.0 portal.
|
CreateStackRequest |
withDisplayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
|
CreateStackRequest |
withName(String name)
The unique identifier for this stack.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The unique identifier for this stack.
name - The unique identifier for this stack.public String getName()
The unique identifier for this stack.
public CreateStackRequest withName(String name)
The unique identifier for this stack.
name - The unique identifier for this stack.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 CreateStackRequest 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 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 CreateStackRequest 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 String toString()
toString in class ObjectObject.toString()public CreateStackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.