public class CancelUpdateStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CancelUpdateStack operation.
Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.
NOTE:You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getStackName()
public void setStackName(String stackName)
stackName - The name or the unique stack ID that is 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 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 © 2015. All rights reserved.