@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteChangeSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ExecuteChangeSet action.
NOOP
Constructor and Description |
---|
ExecuteChangeSetRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteChangeSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChangeSetName()
The name or ARN of the change set that you want use to update the specified stack.
|
String |
getClientRequestToken()
A unique identifier for this
ExecuteChangeSet request. |
String |
getStackName()
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.
|
int |
hashCode() |
void |
setChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
|
void |
setClientRequestToken(String clientRequestToken)
A unique identifier for this
ExecuteChangeSet request. |
void |
setStackName(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecuteChangeSetRequest |
withChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
|
ExecuteChangeSetRequest |
withClientRequestToken(String clientRequestToken)
A unique identifier for this
ExecuteChangeSet request. |
ExecuteChangeSetRequest |
withStackName(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.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
changeSetName
- The name or ARN of the change set that you want use to update the specified stack.public String getChangeSetName()
The name or ARN of the change set that you want use to update the specified stack.
public ExecuteChangeSetRequest withChangeSetName(String changeSetName)
The name or ARN of the change set that you want use to update the specified stack.
changeSetName
- The name or ARN of the change set that you want use to update the specified stack.public void setStackName(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.
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 getStackName()
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 ExecuteChangeSetRequest withStackName(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.
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 void setClientRequestToken(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.
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.public String getClientRequestToken()
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 withClientRequestToken(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.
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.public String toString()
toString
in class Object
Object.toString()
public ExecuteChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.