@Generated(value="software.amazon.awssdk:codegen") public final class RollbackStackRequest extends CloudFormationRequest implements ToCopyableBuilder<RollbackStackRequest.Builder,RollbackStackRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RollbackStackRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RollbackStackRequest.Builder |
builder() |
String |
clientRequestToken()
A unique identifier for this
RollbackStack request. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
retainExceptOnCreate()
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
String |
roleARN()
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback
the stack.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RollbackStackRequest.Builder> |
serializableBuilderClass() |
String |
stackName()
The name that's associated with the stack.
|
RollbackStackRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stackName()
The name that's associated with the stack.
public final String roleARN()
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback the stack.
public final String clientRequestToken()
A unique identifier for this RollbackStack request.
RollbackStack request.public final 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 can be specified for any
resource that supports the
DeletionPolicy attribute.public RollbackStackRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RollbackStackRequest.Builder,RollbackStackRequest>toBuilder in class CloudFormationRequestpublic static RollbackStackRequest.Builder builder()
public static Class<? extends RollbackStackRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.