public class CancelUpdateStackRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
CancelUpdateStackRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStackName()
The name or the unique identifier associated with the stack.
|
int |
hashCode() |
void |
setStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelUpdateStackRequest |
withStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getStackName()
public void setStackName(java.lang.String stackName)
stackName - The name or the unique identifier associated with the stack.public CancelUpdateStackRequest withStackName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object