|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudformation.model.CancelUpdateStackRequest
public class CancelUpdateStackRequest
Container for the parameters to the 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.
AmazonCloudFormation.cancelUpdateStack(CancelUpdateStackRequest)
,
Serialized FormConstructor Summary | |
---|---|
CancelUpdateStackRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CancelUpdateStackRequest()
Method Detail |
---|
public 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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |