/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for the ExecuteChangeSet action.See Also:
* AWS
* API Reference
The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline const Aws::String& GetChangeSetName() const{ return m_changeSetName; } /** *The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline bool ChangeSetNameHasBeenSet() const { return m_changeSetNameHasBeenSet; } /** *The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline void SetChangeSetName(const Aws::String& value) { m_changeSetNameHasBeenSet = true; m_changeSetName = value; } /** *The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline void SetChangeSetName(Aws::String&& value) { m_changeSetNameHasBeenSet = true; m_changeSetName = std::move(value); } /** *The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline void SetChangeSetName(const char* value) { m_changeSetNameHasBeenSet = true; m_changeSetName.assign(value); } /** *The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline ExecuteChangeSetRequest& WithChangeSetName(const Aws::String& value) { SetChangeSetName(value); return *this;} /** *The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline ExecuteChangeSetRequest& WithChangeSetName(Aws::String&& value) { SetChangeSetName(std::move(value)); return *this;} /** *The name or Amazon Resource Name (ARN) of the change set that you want use to * update the specified stack.
*/ inline ExecuteChangeSetRequest& WithChangeSetName(const char* value) { SetChangeSetName(value); return *this;} /** *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.
*/ inline const Aws::String& GetStackName() const{ return m_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.
*/ inline bool StackNameHasBeenSet() const { return m_stackNameHasBeenSet; } /** *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.
*/ inline void SetStackName(const Aws::String& value) { m_stackNameHasBeenSet = true; m_stackName = value; } /** *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.
*/ inline void SetStackName(Aws::String&& value) { m_stackNameHasBeenSet = true; m_stackName = std::move(value); } /** *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.
*/ inline void SetStackName(const char* value) { m_stackNameHasBeenSet = true; m_stackName.assign(value); } /** *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.
*/ inline ExecuteChangeSetRequest& WithStackName(const Aws::String& value) { SetStackName(value); return *this;} /** *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.
*/ inline ExecuteChangeSetRequest& WithStackName(Aws::String&& value) { SetStackName(std::move(value)); return *this;} /** *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.
*/ inline ExecuteChangeSetRequest& WithStackName(const char* value) { SetStackName(value); return *this;} /** *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.
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.
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.
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.
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.
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.
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.
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.
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
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
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
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
This deletion policy deletes newly created resources, but retains existing
* resources, when a stack operation is rolled back. This ensures new, empty, and
* unused resources are deleted, while critical resources and their data are
* retained. RetainExceptOnCreate
can be specified for any resource
* that supports the
* DeletionPolicy attribute.
This deletion policy deletes newly created resources, but retains existing
* resources, when a stack operation is rolled back. This ensures new, empty, and
* unused resources are deleted, while critical resources and their data are
* retained. RetainExceptOnCreate
can be specified for any resource
* that supports the
* DeletionPolicy attribute.
This deletion policy deletes newly created resources, but retains existing
* resources, when a stack operation is rolled back. This ensures new, empty, and
* unused resources are deleted, while critical resources and their data are
* retained. RetainExceptOnCreate
can be specified for any resource
* that supports the
* DeletionPolicy attribute.
This deletion policy deletes newly created resources, but retains existing
* resources, when a stack operation is rolled back. This ensures new, empty, and
* unused resources are deleted, while critical resources and their data are
* retained. RetainExceptOnCreate
can be specified for any resource
* that supports the
* DeletionPolicy attribute.