@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackSetOperationResultSummary extends Object implements Serializable, Cloneable
The structure that contains information about a specified operation's results for a given account in a given region.
Constructor and Description |
---|
StackSetOperationResultSummary() |
Modifier and Type | Method and Description |
---|---|
StackSetOperationResultSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAccount()
The name of the AWS account for this operation result.
|
AccountGateResult |
getAccountGateResult()
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set
operations in an account
|
String |
getRegion()
The name of the AWS region for this operation result.
|
String |
getStatus()
The result status of the stack set operation for the given account in the given region.
|
String |
getStatusReason()
The reason for the assigned result status.
|
int |
hashCode() |
void |
setAccount(String account)
The name of the AWS account for this operation result.
|
void |
setAccountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set
operations in an account
|
void |
setRegion(String region)
The name of the AWS region for this operation result.
|
void |
setStatus(StackSetOperationResultStatus status)
The result status of the stack set operation for the given account in the given region.
|
void |
setStatus(String status)
The result status of the stack set operation for the given account in the given region.
|
void |
setStatusReason(String statusReason)
The reason for the assigned result status.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StackSetOperationResultSummary |
withAccount(String account)
The name of the AWS account for this operation result.
|
StackSetOperationResultSummary |
withAccountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set
operations in an account
|
StackSetOperationResultSummary |
withRegion(String region)
The name of the AWS region for this operation result.
|
StackSetOperationResultSummary |
withStatus(StackSetOperationResultStatus status)
The result status of the stack set operation for the given account in the given region.
|
StackSetOperationResultSummary |
withStatus(String status)
The result status of the stack set operation for the given account in the given region.
|
StackSetOperationResultSummary |
withStatusReason(String statusReason)
The reason for the assigned result status.
|
public void setAccount(String account)
The name of the AWS account for this operation result.
account
- The name of the AWS account for this operation result.public String getAccount()
The name of the AWS account for this operation result.
public StackSetOperationResultSummary withAccount(String account)
The name of the AWS account for this operation result.
account
- The name of the AWS account for this operation result.public void setRegion(String region)
The name of the AWS region for this operation result.
region
- The name of the AWS region for this operation result.public String getRegion()
The name of the AWS region for this operation result.
public StackSetOperationResultSummary withRegion(String region)
The name of the AWS region for this operation result.
region
- The name of the AWS region for this operation result.public void setStatus(String status)
The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is either
because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
status
- The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is
either because a user has stopped the stack set operation, or because the failure tolerance of the stack
set operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
StackSetOperationResultStatus
public String getStatus()
The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is either
because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
CANCELLED
: The operation in the specified account and region has been cancelled. This is
either because a user has stopped the stack set operation, or because the failure tolerance of the stack
set operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
StackSetOperationResultStatus
public StackSetOperationResultSummary withStatus(String status)
The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is either
because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
status
- The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is
either because a user has stopped the stack set operation, or because the failure tolerance of the stack
set operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
StackSetOperationResultStatus
public void setStatus(StackSetOperationResultStatus status)
The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is either
because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
status
- The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is
either because a user has stopped the stack set operation, or because the failure tolerance of the stack
set operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
StackSetOperationResultStatus
public StackSetOperationResultSummary withStatus(StackSetOperationResultStatus status)
The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is either
because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation
has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
status
- The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is
either because a user has stopped the stack set operation, or because the failure tolerance of the stack
set operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
StackSetOperationResultStatus
public void setStatusReason(String statusReason)
The reason for the assigned result status.
statusReason
- The reason for the assigned result status.public String getStatusReason()
The reason for the assigned result status.
public StackSetOperationResultSummary withStatusReason(String statusReason)
The reason for the assigned result status.
statusReason
- The reason for the assigned result status.public void setAccountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
accountGateResult
- The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with
stack set operations in an accountpublic AccountGateResult getAccountGateResult()
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
public StackSetOperationResultSummary withAccountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
accountGateResult
- The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with
stack set operations in an accountpublic String toString()
toString
in class Object
Object.toString()
public StackSetOperationResultSummary clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.