@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RollbackStackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RollbackStackRequest() |
| Modifier and Type | Method and Description |
|---|---|
RollbackStackRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique identifier for this
RollbackStack request. |
String |
getRoleARN()
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback
the stack.
|
String |
getStackName()
The name that is associated with the stack.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique identifier for this
RollbackStack request. |
void |
setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback
the stack.
|
void |
setStackName(String stackName)
The name that is associated with the stack.
|
String |
toString()
Returns a string representation of this object.
|
RollbackStackRequest |
withClientRequestToken(String clientRequestToken)
A unique identifier for this
RollbackStack request. |
RollbackStackRequest |
withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback
the stack.
|
RollbackStackRequest |
withStackName(String stackName)
The name that is associated with the stack.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackName(String stackName)
The name that is associated with the stack.
stackName - The name that is associated with the stack.public String getStackName()
The name that is associated with the stack.
public RollbackStackRequest withStackName(String stackName)
The name that is associated with the stack.
stackName - The name that is associated with the stack.public void setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
roleARN - The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to
rollback the stack.public String getRoleARN()
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
public RollbackStackRequest withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
roleARN - The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to
rollback the stack.public void setClientRequestToken(String clientRequestToken)
A unique identifier for this RollbackStack request.
clientRequestToken - A unique identifier for this RollbackStack request.public String getClientRequestToken()
A unique identifier for this RollbackStack request.
RollbackStack request.public RollbackStackRequest withClientRequestToken(String clientRequestToken)
A unique identifier for this RollbackStack request.
clientRequestToken - A unique identifier for this RollbackStack request.public String toString()
toString in class ObjectObject.toString()public RollbackStackRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.