public class CancelUpdateStackRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.