@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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's 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's 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's associated with the stack.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setStackName(String stackName)
The name that's associated with the stack.
stackName
- The name that's associated with the stack.public String getStackName()
The name that's associated with the stack.
public RollbackStackRequest withStackName(String stackName)
The name that's associated with the stack.
stackName
- The name that's 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 Object
Object.toString()
public RollbackStackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()