@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 Amazon Resource Name (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.
|
Boolean |
getRetainExceptOnCreate()
When set to
true , newly created resources are deleted when the operation rolls back. |
String |
getStackName()
If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's associated
with the change set you want to execute.
|
int |
hashCode() |
Boolean |
isDisableRollback()
Preserves the state of previously provisioned resources when an operation fails.
|
Boolean |
isRetainExceptOnCreate()
When set to
true , newly created resources are deleted when the operation rolls back. |
void |
setChangeSetName(String changeSetName)
The name or Amazon Resource Name (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 |
setRetainExceptOnCreate(Boolean retainExceptOnCreate)
When set to
true , newly created resources are deleted when the operation rolls back. |
void |
setStackName(String stackName)
If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's 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 Amazon Resource Name (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 |
withRetainExceptOnCreate(Boolean retainExceptOnCreate)
When set to
true , newly created resources are deleted when the operation rolls back. |
ExecuteChangeSetRequest |
withStackName(String stackName)
If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's 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 Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
changeSetName
- The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.public String getChangeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
public ExecuteChangeSetRequest withChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
changeSetName
- The name or Amazon Resource Name (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 Amazon Resource Name (ARN) that's associated with the change set you want to execute.
stackName
- If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's
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 Amazon Resource Name (ARN) that's 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 Amazon Resource Name (ARN) that's associated with the change set you want to execute.
stackName
- If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's
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. This parameter can't be
specified when the OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
disableRollback
- Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
specified when the OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
public Boolean getDisableRollback()
Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
specified when the OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
public ExecuteChangeSetRequest withDisableRollback(Boolean disableRollback)
Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
specified when the OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
disableRollback
- Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
specified when the OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
public Boolean isDisableRollback()
Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
specified when the OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
OnStackFailure
parameter to the CreateChangeSet API operation was specified.
True
- if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING
for the OnStackFailure
parameter to the CreateChangeSet API operation.
False
- if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK
for the OnStackFailure
parameter to the CreateChangeSet API operation.
Default: True
public void setRetainExceptOnCreate(Boolean retainExceptOnCreate)
When set to true
, newly created resources are deleted when the operation rolls back. This includes
newly created resources marked with a deletion policy of Retain
.
Default: false
retainExceptOnCreate
- When set to true
, newly created resources are deleted when the operation rolls back. This
includes newly created resources marked with a deletion policy of Retain
.
Default: false
public Boolean getRetainExceptOnCreate()
When set to true
, newly created resources are deleted when the operation rolls back. This includes
newly created resources marked with a deletion policy of Retain
.
Default: false
true
, newly created resources are deleted when the operation rolls back. This
includes newly created resources marked with a deletion policy of Retain
.
Default: false
public ExecuteChangeSetRequest withRetainExceptOnCreate(Boolean retainExceptOnCreate)
When set to true
, newly created resources are deleted when the operation rolls back. This includes
newly created resources marked with a deletion policy of Retain
.
Default: false
retainExceptOnCreate
- When set to true
, newly created resources are deleted when the operation rolls back. This
includes newly created resources marked with a deletion policy of Retain
.
Default: false
public Boolean isRetainExceptOnCreate()
When set to true
, newly created resources are deleted when the operation rolls back. This includes
newly created resources marked with a deletion policy of Retain
.
Default: false
true
, newly created resources are deleted when the operation rolls back. This
includes newly created resources marked with a deletion policy of Retain
.
Default: false
public String toString()
toString
in class Object
Object.toString()
public ExecuteChangeSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()