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()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public ContinueUpdateRollbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.