public class ContinueUpdateRollbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ContinueUpdateRollback action.
NOOP| Constructor and Description |
|---|
ContinueUpdateRollbackRequest() |
| Modifier and Type | Method and Description |
|---|---|
ContinueUpdateRollbackRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStackName()
The name or the unique ID of the stack that you want to continue rolling
back.
|
int |
hashCode() |
void |
setStackName(String stackName)
The name or the unique ID of the stack that you want to continue rolling
back.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ContinueUpdateRollbackRequest |
withStackName(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, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackName(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 String getStackName()
The name or the unique ID of the stack that you want to continue rolling back.
public ContinueUpdateRollbackRequest withStackName(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 String toString()
toString in class ObjectObject.toString()public ContinueUpdateRollbackRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.