@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 |
equals(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() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String changeSetName()
The name or ARN of the change set that you want use to update the specified stack.
public 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 String clientRequestToken()
A unique identifier for this ExecuteChangeSet request. Specify this token if you plan to retry
requests so that AWS 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 AWS CloudFormation
successfully received them.
ExecuteChangeSet request. Specify this token if you plan to
retry requests so that AWS 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
AWS CloudFormation successfully received them.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 <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.