Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ExecuteChangeSetRequest.Builder,ExecuteChangeSetRequest>
@Generated("software.amazon.awssdk:codegen") public class ExecuteChangeSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ExecuteChangeSetRequest.Builder,ExecuteChangeSetRequest>
The input for the ExecuteChangeSet action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExecuteChangeSetRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExecuteChangeSetRequest.Builder,ExecuteChangeSetRequest>
public static ExecuteChangeSetRequest.Builder builder()
public static Class<? extends ExecuteChangeSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.