@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSetOperation extends Object implements Serializable, Cloneable
The structure that contains information about a stack set operation.
Constructor and Description |
---|
StackSetOperation() |
Modifier and Type | Method and Description |
---|---|
StackSetOperation |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
The type of stack set operation:
CREATE , UPDATE , or DELETE . |
String |
getAdministrationRoleARN()
The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
|
Date |
getCreationTimestamp()
The time at which the operation was initiated.
|
DeploymentTargets |
getDeploymentTargets()
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
Date |
getEndTimestamp()
The time at which the stack set operation ended, across all accounts and Regions specified.
|
String |
getExecutionRoleName()
The name of the IAM execution role used to create or update the stack set.
|
String |
getOperationId()
The unique ID of a stack set operation.
|
StackSetOperationPreferences |
getOperationPreferences()
The preferences for how CloudFormation performs this stack set operation.
|
Boolean |
getRetainStacks()
For stack set operations of action type
DELETE , specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. |
StackSetDriftDetectionDetails |
getStackSetDriftDetectionDetails()
Detailed information about the drift status of the stack set.
|
String |
getStackSetId()
The ID of the stack set.
|
String |
getStatus()
The status of the operation.
|
StackSetOperationStatusDetails |
getStatusDetails()
Detailed information about the StackSet operation.
|
String |
getStatusReason()
The status of the operation in details.
|
int |
hashCode() |
Boolean |
isRetainStacks()
For stack set operations of action type
DELETE , specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. |
void |
setAction(StackSetOperationAction action)
The type of stack set operation:
CREATE , UPDATE , or DELETE . |
void |
setAction(String action)
The type of stack set operation:
CREATE , UPDATE , or DELETE . |
void |
setAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
|
void |
setCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated.
|
void |
setDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
void |
setEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and Regions specified.
|
void |
setExecutionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
|
void |
setOperationId(String operationId)
The unique ID of a stack set operation.
|
void |
setOperationPreferences(StackSetOperationPreferences operationPreferences)
The preferences for how CloudFormation performs this stack set operation.
|
void |
setRetainStacks(Boolean retainStacks)
For stack set operations of action type
DELETE , specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. |
void |
setStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
void |
setStackSetId(String stackSetId)
The ID of the stack set.
|
void |
setStatus(StackSetOperationStatus status)
The status of the operation.
|
void |
setStatus(String status)
The status of the operation.
|
void |
setStatusDetails(StackSetOperationStatusDetails statusDetails)
Detailed information about the StackSet operation.
|
void |
setStatusReason(String statusReason)
The status of the operation in details.
|
String |
toString()
Returns a string representation of this object.
|
StackSetOperation |
withAction(StackSetOperationAction action)
The type of stack set operation:
CREATE , UPDATE , or DELETE . |
StackSetOperation |
withAction(String action)
The type of stack set operation:
CREATE , UPDATE , or DELETE . |
StackSetOperation |
withAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
|
StackSetOperation |
withCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated.
|
StackSetOperation |
withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
StackSetOperation |
withEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and Regions specified.
|
StackSetOperation |
withExecutionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
|
StackSetOperation |
withOperationId(String operationId)
The unique ID of a stack set operation.
|
StackSetOperation |
withOperationPreferences(StackSetOperationPreferences operationPreferences)
The preferences for how CloudFormation performs this stack set operation.
|
StackSetOperation |
withRetainStacks(Boolean retainStacks)
For stack set operations of action type
DELETE , specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. |
StackSetOperation |
withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set.
|
StackSetOperation |
withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSetOperation |
withStatus(StackSetOperationStatus status)
The status of the operation.
|
StackSetOperation |
withStatus(String status)
The status of the operation.
|
StackSetOperation |
withStatusDetails(StackSetOperationStatusDetails statusDetails)
Detailed information about the StackSet operation.
|
StackSetOperation |
withStatusReason(String statusReason)
The status of the operation in details.
|
public void setOperationId(String operationId)
The unique ID of a stack set operation.
operationId
- The unique ID of a stack set operation.public String getOperationId()
The unique ID of a stack set operation.
public StackSetOperation withOperationId(String operationId)
The unique ID of a stack set operation.
operationId
- The unique ID of a stack set operation.public void setStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public String getStackSetId()
The ID of the stack set.
public StackSetOperation withStackSetId(String stackSetId)
The ID of the stack set.
stackSetId
- The ID of the stack set.public void setAction(String action)
The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create and
delete operations affect only the specified stack set instances that are associated with the specified stack set.
Update operations affect both the stack set itself, in addition to all associated stack set instances.
action
- The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create
and delete operations affect only the specified stack set instances that are associated with the specified
stack set. Update operations affect both the stack set itself, in addition to all associated stack
set instances.StackSetOperationAction
public String getAction()
The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create and
delete operations affect only the specified stack set instances that are associated with the specified stack set.
Update operations affect both the stack set itself, in addition to all associated stack set instances.
CREATE
, UPDATE
, or DELETE
. Create
and delete operations affect only the specified stack set instances that are associated with the
specified stack set. Update operations affect both the stack set itself, in addition to all
associated stack set instances.StackSetOperationAction
public StackSetOperation withAction(String action)
The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create and
delete operations affect only the specified stack set instances that are associated with the specified stack set.
Update operations affect both the stack set itself, in addition to all associated stack set instances.
action
- The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create
and delete operations affect only the specified stack set instances that are associated with the specified
stack set. Update operations affect both the stack set itself, in addition to all associated stack
set instances.StackSetOperationAction
public void setAction(StackSetOperationAction action)
The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create and
delete operations affect only the specified stack set instances that are associated with the specified stack set.
Update operations affect both the stack set itself, in addition to all associated stack set instances.
action
- The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create
and delete operations affect only the specified stack set instances that are associated with the specified
stack set. Update operations affect both the stack set itself, in addition to all associated stack
set instances.StackSetOperationAction
public StackSetOperation withAction(StackSetOperationAction action)
The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create and
delete operations affect only the specified stack set instances that are associated with the specified stack set.
Update operations affect both the stack set itself, in addition to all associated stack set instances.
action
- The type of stack set operation: CREATE
, UPDATE
, or DELETE
. Create
and delete operations affect only the specified stack set instances that are associated with the specified
stack set. Update operations affect both the stack set itself, in addition to all associated stack
set instances.StackSetOperationAction
public void setStatus(String status)
The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value that
you've set for an operation is applied for each Region during stack create and update operations. If the number
of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set
to FAILED
. This in turn sets the status of the operation as a whole to FAILED
, and
CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without exceeding
the failure tolerance for the operation.
status
- The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value
that you've set for an operation is applied for each Region during stack create and update operations. If
the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in
the Region is set to FAILED
. This in turn sets the status of the operation as a whole to
FAILED
, and CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without
exceeding the failure tolerance for the operation.
StackSetOperationStatus
public String getStatus()
The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value that
you've set for an operation is applied for each Region during stack create and update operations. If the number
of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set
to FAILED
. This in turn sets the status of the operation as a whole to FAILED
, and
CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without exceeding
the failure tolerance for the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value
that you've set for an operation is applied for each Region during stack create and update operations. If
the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in
the Region is set to FAILED
. This in turn sets the status of the operation as a whole to
FAILED
, and CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without
exceeding the failure tolerance for the operation.
StackSetOperationStatus
public StackSetOperation withStatus(String status)
The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value that
you've set for an operation is applied for each Region during stack create and update operations. If the number
of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set
to FAILED
. This in turn sets the status of the operation as a whole to FAILED
, and
CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without exceeding
the failure tolerance for the operation.
status
- The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value
that you've set for an operation is applied for each Region during stack create and update operations. If
the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in
the Region is set to FAILED
. This in turn sets the status of the operation as a whole to
FAILED
, and CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without
exceeding the failure tolerance for the operation.
StackSetOperationStatus
public void setStatus(StackSetOperationStatus status)
The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value that
you've set for an operation is applied for each Region during stack create and update operations. If the number
of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set
to FAILED
. This in turn sets the status of the operation as a whole to FAILED
, and
CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without exceeding
the failure tolerance for the operation.
status
- The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value
that you've set for an operation is applied for each Region during stack create and update operations. If
the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in
the Region is set to FAILED
. This in turn sets the status of the operation as a whole to
FAILED
, and CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without
exceeding the failure tolerance for the operation.
StackSetOperationStatus
public StackSetOperation withStatus(StackSetOperationStatus status)
The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value that
you've set for an operation is applied for each Region during stack create and update operations. If the number
of failed stacks within a Region exceeds the failure tolerance, the status of the operation in the Region is set
to FAILED
. This in turn sets the status of the operation as a whole to FAILED
, and
CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without exceeding
the failure tolerance for the operation.
status
- The status of the operation.
FAILED
: The operation exceeded the specified failure tolerance. The failure tolerance value
that you've set for an operation is applied for each Region during stack create and update operations. If
the number of failed stacks within a Region exceeds the failure tolerance, the status of the operation in
the Region is set to FAILED
. This in turn sets the status of the operation as a whole to
FAILED
, and CloudFormation cancels the operation in any remaining Regions.
QUEUED
: [Service-managed permissions] For automatic deployments that require a sequence of
operations, the operation is queued to be performed. For more information, see the stack set operation status codes in the CloudFormation User Guide.
RUNNING
: The operation is currently being performed.
STOPPED
: The user has canceled the operation.
STOPPING
: The operation is in the process of stopping, at user request.
SUCCEEDED
: The operation completed creating or updating all the specified stacks without
exceeding the failure tolerance for the operation.
StackSetOperationStatus
public void setOperationPreferences(StackSetOperationPreferences operationPreferences)
The preferences for how CloudFormation performs this stack set operation.
operationPreferences
- The preferences for how CloudFormation performs this stack set operation.public StackSetOperationPreferences getOperationPreferences()
The preferences for how CloudFormation performs this stack set operation.
public StackSetOperation withOperationPreferences(StackSetOperationPreferences operationPreferences)
The preferences for how CloudFormation performs this stack set operation.
operationPreferences
- The preferences for how CloudFormation performs this stack set operation.public void setRetainStacks(Boolean retainStacks)
For stack set operations of action type DELETE
, specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an
existing, saved stack to a new stack set.
retainStacks
- For stack set operations of action type DELETE
, specifies whether to remove the stack
instances from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained
stack, or add an existing, saved stack to a new stack set.public Boolean getRetainStacks()
For stack set operations of action type DELETE
, specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an
existing, saved stack to a new stack set.
DELETE
, specifies whether to remove the stack
instances from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained
stack, or add an existing, saved stack to a new stack set.public StackSetOperation withRetainStacks(Boolean retainStacks)
For stack set operations of action type DELETE
, specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an
existing, saved stack to a new stack set.
retainStacks
- For stack set operations of action type DELETE
, specifies whether to remove the stack
instances from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained
stack, or add an existing, saved stack to a new stack set.public Boolean isRetainStacks()
For stack set operations of action type DELETE
, specifies whether to remove the stack instances from
the specified stack set, but doesn't delete the stacks. You can't re-associate a retained stack, or add an
existing, saved stack to a new stack set.
DELETE
, specifies whether to remove the stack
instances from the specified stack set, but doesn't delete the stacks. You can't re-associate a retained
stack, or add an existing, saved stack to a new stack set.public void setAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.
administrationRoleARN
- The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.
public String getAdministrationRoleARN()
The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.
public StackSetOperation withAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.
administrationRoleARN
- The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see Define Permissions for Multiple Administrators in the CloudFormation User Guide.
public void setExecutionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
executionRoleName
- The name of the IAM execution role used to create or update the stack set.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
public String getExecutionRoleName()
The name of the IAM execution role used to create or update the stack set.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
public StackSetOperation withExecutionRoleName(String executionRoleName)
The name of the IAM execution role used to create or update the stack set.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
executionRoleName
- The name of the IAM execution role used to create or update the stack set.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
public void setCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks.
creationTimestamp
- The time at which the operation was initiated. Note that the creation times for the stack set operation
might differ from the creation time of the individual stacks themselves. This is because CloudFormation
needs to perform preparatory work for the operation, such as dispatching the work to the requested
Regions, before actually creating the first stacks.public Date getCreationTimestamp()
The time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks.
public StackSetOperation withCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated. Note that the creation times for the stack set operation might differ from the creation time of the individual stacks themselves. This is because CloudFormation needs to perform preparatory work for the operation, such as dispatching the work to the requested Regions, before actually creating the first stacks.
creationTimestamp
- The time at which the operation was initiated. Note that the creation times for the stack set operation
might differ from the creation time of the individual stacks themselves. This is because CloudFormation
needs to perform preparatory work for the operation, such as dispatching the work to the requested
Regions, before actually creating the first stacks.public void setEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or Region.
endTimestamp
- The time at which the stack set operation ended, across all accounts and Regions specified. Note that this
doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account
or Region.public Date getEndTimestamp()
The time at which the stack set operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or Region.
public StackSetOperation withEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and Regions specified. Note that this doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account or Region.
endTimestamp
- The time at which the stack set operation ended, across all accounts and Regions specified. Note that this
doesn't necessarily mean that the stack set operation was successful, or even attempted, in each account
or Region.public void setDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts affected by the stack operation.
deploymentTargets
- [Service-managed permissions] The Organizations accounts affected by the stack operation.public DeploymentTargets getDeploymentTargets()
[Service-managed permissions] The Organizations accounts affected by the stack operation.
public StackSetOperation withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts affected by the stack operation.
deploymentTargets
- [Service-managed permissions] The Organizations accounts affected by the stack operation.public void setStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set. This includes information about drift operations currently being performed on the stack set.
This information will only be present for stack set operations whose Action
type is
DETECT_DRIFT
.
For more information, see Detecting Unmanaged Changes in Stack Sets in the CloudFormation User Guide.
stackSetDriftDetectionDetails
- Detailed information about the drift status of the stack set. This includes information about drift
operations currently being performed on the stack set.
This information will only be present for stack set operations whose Action
type is
DETECT_DRIFT
.
For more information, see Detecting Unmanaged Changes in Stack Sets in the CloudFormation User Guide.
public StackSetDriftDetectionDetails getStackSetDriftDetectionDetails()
Detailed information about the drift status of the stack set. This includes information about drift operations currently being performed on the stack set.
This information will only be present for stack set operations whose Action
type is
DETECT_DRIFT
.
For more information, see Detecting Unmanaged Changes in Stack Sets in the CloudFormation User Guide.
This information will only be present for stack set operations whose Action
type is
DETECT_DRIFT
.
For more information, see Detecting Unmanaged Changes in Stack Sets in the CloudFormation User Guide.
public StackSetOperation withStackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails)
Detailed information about the drift status of the stack set. This includes information about drift operations currently being performed on the stack set.
This information will only be present for stack set operations whose Action
type is
DETECT_DRIFT
.
For more information, see Detecting Unmanaged Changes in Stack Sets in the CloudFormation User Guide.
stackSetDriftDetectionDetails
- Detailed information about the drift status of the stack set. This includes information about drift
operations currently being performed on the stack set.
This information will only be present for stack set operations whose Action
type is
DETECT_DRIFT
.
For more information, see Detecting Unmanaged Changes in Stack Sets in the CloudFormation User Guide.
public void setStatusReason(String statusReason)
The status of the operation in details.
statusReason
- The status of the operation in details.public String getStatusReason()
The status of the operation in details.
public StackSetOperation withStatusReason(String statusReason)
The status of the operation in details.
statusReason
- The status of the operation in details.public void setStatusDetails(StackSetOperationStatusDetails statusDetails)
Detailed information about the StackSet operation.
statusDetails
- Detailed information about the StackSet operation.public StackSetOperationStatusDetails getStatusDetails()
Detailed information about the StackSet operation.
public StackSetOperation withStatusDetails(StackSetOperationStatusDetails statusDetails)
Detailed information about the StackSet operation.
statusDetails
- Detailed information about the StackSet operation.public String toString()
toString
in class Object
Object.toString()
public StackSetOperation clone()