@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. |
Boolean |
getDisableRollback()
Preserves the state of previously provisioned resources when an operation fails.
|
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() |
Boolean |
isDisableRollback()
Preserves the state of previously provisioned resources when an operation fails.
|
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 |
setDisableRollback(Boolean disableRollback)
Preserves the state of previously provisioned resources when an operation fails.
|
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.
|
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 |
withDisableRollback(Boolean disableRollback)
Preserves the state of previously provisioned resources when an operation fails.
|
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 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.
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.public String getClientRequestToken()
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 ExecuteChangeSetRequest withClientRequestToken(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.
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.public void setDisableRollback(Boolean disableRollback)
Preserves the state of previously provisioned resources when an operation fails.
Default: True
disableRollback
- Preserves the state of previously provisioned resources when an operation fails.
Default: True
public Boolean getDisableRollback()
Preserves the state of previously provisioned resources when an operation fails.
Default: True
Default: True
public ExecuteChangeSetRequest withDisableRollback(Boolean disableRollback)
Preserves the state of previously provisioned resources when an operation fails.
Default: True
disableRollback
- Preserves the state of previously provisioned resources when an operation fails.
Default: True
public Boolean isDisableRollback()
Preserves the state of previously provisioned resources when an operation fails.
Default: True
Default: True
public String toString()
toString
in class Object
Object.toString()
public ExecuteChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()