@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteChangeSetRequest extends CloudFormationRequest implements ToCopyableBuilder<ExecuteChangeSetRequest.Builder,ExecuteChangeSetRequest>
The input for the ExecuteChangeSet action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteChangeSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteChangeSetRequest.Builder |
builder() |
String |
changeSetName()
The name or ARN of the change set that you want use to update the specified stack.
|
String |
clientRequestToken()
A unique identifier for this
ExecuteChangeSet request. |
Boolean |
disableRollback()
Preserves the state of previously provisioned resources when an operation fails.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteChangeSetRequest.Builder> |
serializableBuilderClass() |
String |
stackName()
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change
set you want to execute.
|
ExecuteChangeSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String changeSetName()
The name or ARN of the change set that you want use to update the specified stack.
public final String stackName()
If you specified the name of a change set, specify the stack name or ID (ARN) that is associated with the change set you want to execute.
public final String clientRequestToken()
A unique identifier for this ExecuteChangeSet request. Specify this token if you plan to retry
requests so that CloudFormation knows that you're not attempting to execute a change set to update a stack with
the same name. You might retry ExecuteChangeSet requests to ensure that CloudFormation successfully
received them.
ExecuteChangeSet request. Specify this token if you plan to
retry requests so that CloudFormation knows that you're not attempting to execute a change set to update
a stack with the same name. You might retry ExecuteChangeSet requests to ensure that
CloudFormation successfully received them.public final Boolean disableRollback()
Preserves the state of previously provisioned resources when an operation fails.
Default: True
Default: True
public ExecuteChangeSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteChangeSetRequest.Builder,ExecuteChangeSetRequest>toBuilder in class CloudFormationRequestpublic static ExecuteChangeSetRequest.Builder builder()
public static Class<? extends ExecuteChangeSetRequest.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 © 2021. All rights reserved.