public class CancelUpdateStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CancelUpdateStack operation.
Cancels an update on the specified stack. If the call completes successfully, the stack will roll back the update and revert to the previous stack configuration.
NOTE:Only stacks that are in the UPDATE_IN_PROGRESS state can be canceled.
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 identifier associated with the stack.
|
int |
hashCode() |
void |
setStackName(String stackName)
The name or the unique identifier 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 identifier associated with the stack.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getStackName()
public void setStackName(String stackName)
stackName - The name or the unique identifier associated with the stack.public CancelUpdateStackRequest withStackName(String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName - The name or the unique identifier associated with the stack.public String toString()
toString in class ObjectObject.toString()public CancelUpdateStackRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.