@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. |
Boolean |
getRetainExceptOnCreate()
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
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() |
Boolean |
isRetainExceptOnCreate()
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
void |
setClientRequestToken(String clientRequestToken)
A unique identifier for this
RollbackStack request. |
void |
setRetainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
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 |
withRetainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
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, 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'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 void setRetainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data
are retained. RetainExceptOnCreate can be specified for any resource that supports the
DeletionPolicy attribute.
retainExceptOnCreate - This deletion policy deletes newly created resources, but retains existing resources, when a stack
operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical
resources and their data are retained. RetainExceptOnCreate can be specified for any resource
that supports the
DeletionPolicy attribute.public Boolean getRetainExceptOnCreate()
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data
are retained. RetainExceptOnCreate can be specified for any resource that supports the
DeletionPolicy attribute.
RetainExceptOnCreate can be specified for any
resource that supports the
DeletionPolicy attribute.public RollbackStackRequest withRetainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data
are retained. RetainExceptOnCreate can be specified for any resource that supports the
DeletionPolicy attribute.
retainExceptOnCreate - This deletion policy deletes newly created resources, but retains existing resources, when a stack
operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical
resources and their data are retained. RetainExceptOnCreate can be specified for any resource
that supports the
DeletionPolicy attribute.public Boolean isRetainExceptOnCreate()
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data
are retained. RetainExceptOnCreate can be specified for any resource that supports the
DeletionPolicy attribute.
RetainExceptOnCreate can be specified for any
resource that supports the
DeletionPolicy attribute.public String toString()
toString in class ObjectObject.toString()public RollbackStackRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.