public class ContinueUpdateRollbackRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the ContinueUpdateRollback action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
stackName
The name or the unique ID of the stack that you want to continue rolling
back.
|
NOOP
Constructor and Description |
---|
ContinueUpdateRollbackRequest() |
Modifier and Type | Method and Description |
---|---|
ContinueUpdateRollbackRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStackName()
The name or the unique ID of the stack that you want to continue rolling
back.
|
int |
hashCode() |
void |
setStackName(java.lang.String stackName)
The name or the unique ID of the stack that you want to continue rolling
back.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ContinueUpdateRollbackRequest |
withStackName(java.lang.String stackName)
The name or the unique ID of the stack that you want to continue rolling
back.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String stackName
The name or the unique ID of the stack that you want to continue rolling back.
public void setStackName(java.lang.String stackName)
The name or the unique ID of the stack that you want to continue rolling back.
stackName
- The name or the unique ID of the stack that you want to continue
rolling back.public java.lang.String getStackName()
The name or the unique ID of the stack that you want to continue rolling back.
public ContinueUpdateRollbackRequest withStackName(java.lang.String stackName)
The name or the unique ID of the stack that you want to continue rolling back.
stackName
- The name or the unique ID of the stack that you want to continue
rolling back.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ContinueUpdateRollbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()