@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSetOperationSummary extends Object implements Serializable, Cloneable
The structures that contain summary information about the specified operation.
Constructor and Description |
---|
StackSetOperationSummary() |
Modifier and Type | Method and Description |
---|---|
StackSetOperationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
The type of operation:
CREATE , UPDATE , or DELETE . |
Date |
getCreationTimestamp()
The time at which the operation was initiated.
|
Date |
getEndTimestamp()
The time at which the stack set operation ended, across all accounts and Regions specified.
|
String |
getOperationId()
The unique ID of the stack set operation.
|
StackSetOperationPreferences |
getOperationPreferences()
The user-specified preferences for how CloudFormation performs a stack set operation.
|
String |
getStatus()
The overall status of the operation.
|
StackSetOperationStatusDetails |
getStatusDetails()
Detailed information about the stack set operation.
|
String |
getStatusReason()
The status of the operation in details.
|
int |
hashCode() |
void |
setAction(StackSetOperationAction action)
The type of operation:
CREATE , UPDATE , or DELETE . |
void |
setAction(String action)
The type of operation:
CREATE , UPDATE , or DELETE . |
void |
setCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated.
|
void |
setEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and Regions specified.
|
void |
setOperationId(String operationId)
The unique ID of the stack set operation.
|
void |
setOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
|
void |
setStatus(StackSetOperationStatus status)
The overall status of the operation.
|
void |
setStatus(String status)
The overall status of the operation.
|
void |
setStatusDetails(StackSetOperationStatusDetails statusDetails)
Detailed information about the stack set operation.
|
void |
setStatusReason(String statusReason)
The status of the operation in details.
|
String |
toString()
Returns a string representation of this object.
|
StackSetOperationSummary |
withAction(StackSetOperationAction action)
The type of operation:
CREATE , UPDATE , or DELETE . |
StackSetOperationSummary |
withAction(String action)
The type of operation:
CREATE , UPDATE , or DELETE . |
StackSetOperationSummary |
withCreationTimestamp(Date creationTimestamp)
The time at which the operation was initiated.
|
StackSetOperationSummary |
withEndTimestamp(Date endTimestamp)
The time at which the stack set operation ended, across all accounts and Regions specified.
|
StackSetOperationSummary |
withOperationId(String operationId)
The unique ID of the stack set operation.
|
StackSetOperationSummary |
withOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
|
StackSetOperationSummary |
withStatus(StackSetOperationStatus status)
The overall status of the operation.
|
StackSetOperationSummary |
withStatus(String status)
The overall status of the operation.
|
StackSetOperationSummary |
withStatusDetails(StackSetOperationStatusDetails statusDetails)
Detailed information about the stack set operation.
|
StackSetOperationSummary |
withStatusReason(String statusReason)
The status of the operation in details.
|
public void setOperationId(String operationId)
The unique ID of the stack set operation.
operationId
- The unique ID of the stack set operation.public String getOperationId()
The unique ID of the stack set operation.
public StackSetOperationSummary withOperationId(String operationId)
The unique ID of the stack set operation.
operationId
- The unique ID of the stack set operation.public void setAction(String action)
The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set. Update
operations affect both the stack set itself and all associated stack set instances.
action
- The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set.
Update operations affect both the stack set itself and all associated stack set instances.StackSetOperationAction
public String getAction()
The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set. Update
operations affect both the stack set itself and all associated stack set instances.
CREATE
, UPDATE
, or DELETE
. Create and
delete operations affect only the specified stack instances that are associated with the specified stack
set. Update operations affect both the stack set itself and all associated stack set instances.StackSetOperationAction
public StackSetOperationSummary withAction(String action)
The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set. Update
operations affect both the stack set itself and all associated stack set instances.
action
- The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set.
Update operations affect both the stack set itself and all associated stack set instances.StackSetOperationAction
public void setAction(StackSetOperationAction action)
The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set. Update
operations affect both the stack set itself and all associated stack set instances.
action
- The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set.
Update operations affect both the stack set itself and all associated stack set instances.StackSetOperationAction
public StackSetOperationSummary withAction(StackSetOperationAction action)
The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set. Update
operations affect both the stack set itself and all associated stack set instances.
action
- The type of operation: CREATE
, UPDATE
, or DELETE
. Create and delete
operations affect only the specified stack instances that are associated with the specified stack set.
Update operations affect both the stack set itself and all associated stack set instances.StackSetOperationAction
public void setStatus(String status)
The overall 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 overall 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 overall 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 StackSetOperationSummary withStatus(String status)
The overall 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 overall 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 overall 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 overall 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 StackSetOperationSummary withStatus(StackSetOperationStatus status)
The overall 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 overall 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 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 StackSetOperationSummary 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 StackSetOperationSummary 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 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 StackSetOperationSummary 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 stack set operation.
statusDetails
- Detailed information about the stack set operation.public StackSetOperationStatusDetails getStatusDetails()
Detailed information about the stack set operation.
public StackSetOperationSummary withStatusDetails(StackSetOperationStatusDetails statusDetails)
Detailed information about the stack set operation.
statusDetails
- Detailed information about the stack set operation.public void setOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
operationPreferences
- The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
public StackSetOperationPreferences getOperationPreferences()
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
public StackSetOperationSummary withOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
operationPreferences
- The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
public String toString()
toString
in class Object
Object.toString()
public StackSetOperationSummary clone()