@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelUpdateStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the CancelUpdateStack action.
NOOP| Constructor and Description |
|---|
CancelUpdateStackRequest() |
| Modifier and Type | Method and Description |
|---|---|
CancelUpdateStackRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getStackName()
The name or the unique stack ID that is associated with the stack.
|
int |
hashCode() |
void |
setStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CancelUpdateStackRequest |
withStackName(String stackName)
The name or the unique stack ID that is associated with the 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 setStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
stackName - The name or the unique stack ID that is associated with the stack.public String getStackName()
The name or the unique stack ID that is associated with the stack.
public CancelUpdateStackRequest withStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
stackName - The name or the unique stack ID that is associated with the stack.public String toString()
toString in class ObjectObject.toString()public CancelUpdateStackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.