Class ChangeSetSummary
- All Implemented Interfaces:
Serializable
,Cloneable
The ChangeSetSummary
structure describes a change set, its
status, and the stack with which it's associated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the change set.The name of the change set.The start time when the change set was created, in UTC.Descriptive information about the change set.If the change set execution status isAVAILABLE
, you can execute the change set.The ID of the stack with which the change set is associated.The name of the stack with which the change set is associated.The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.A description of the change set's status.int
hashCode()
void
setChangeSetId
(String changeSetId) The ID of the change set.void
setChangeSetName
(String changeSetName) The name of the change set.void
setCreationTime
(Date creationTime) The start time when the change set was created, in UTC.void
setDescription
(String description) Descriptive information about the change set.void
setExecutionStatus
(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.void
setExecutionStatus
(String executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.void
setStackId
(String stackId) The ID of the stack with which the change set is associated.void
setStackName
(String stackName) The name of the stack with which the change set is associated.void
setStatus
(ChangeSetStatus status) The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.void
The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.void
setStatusReason
(String statusReason) A description of the change set's status.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeSetId
(String changeSetId) The ID of the change set.withChangeSetName
(String changeSetName) The name of the change set.withCreationTime
(Date creationTime) The start time when the change set was created, in UTC.withDescription
(String description) Descriptive information about the change set.withExecutionStatus
(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.withExecutionStatus
(String executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.withStackId
(String stackId) The ID of the stack with which the change set is associated.withStackName
(String stackName) The name of the stack with which the change set is associated.withStatus
(ChangeSetStatus status) The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.withStatus
(String status) The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.withStatusReason
(String statusReason) A description of the change set's status.
-
Constructor Details
-
ChangeSetSummary
public ChangeSetSummary()
-
-
Method Details
-
setStackId
The ID of the stack with which the change set is associated.
- Parameters:
stackId
- The ID of the stack with which the change set is associated.
-
getStackId
The ID of the stack with which the change set is associated.
- Returns:
- The ID of the stack with which the change set is associated.
-
withStackId
The ID of the stack with which the change set is associated.
- Parameters:
stackId
- The ID of the stack with which the change set is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStackName
The name of the stack with which the change set is associated.
- Parameters:
stackName
- The name of the stack with which the change set is associated.
-
getStackName
The name of the stack with which the change set is associated.
- Returns:
- The name of the stack with which the change set is associated.
-
withStackName
The name of the stack with which the change set is associated.
- Parameters:
stackName
- The name of the stack with which the change set is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeSetId
The ID of the change set.
- Parameters:
changeSetId
- The ID of the change set.
-
getChangeSetId
The ID of the change set.
- Returns:
- The ID of the change set.
-
withChangeSetId
The ID of the change set.
- Parameters:
changeSetId
- The ID of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeSetName
The name of the change set.
- Parameters:
changeSetName
- The name of the change set.
-
getChangeSetName
The name of the change set.
- Returns:
- The name of the change set.
-
withChangeSetName
The name of the change set.
- Parameters:
changeSetName
- The name of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExecutionStatus
If the change set execution status is
AVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- See Also:
-
getExecutionStatus
If the change set execution status is
AVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Returns:
- If the change set execution status is
AVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated. - See Also:
-
withExecutionStatus
If the change set execution status is
AVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setExecutionStatus
If the change set execution status is
AVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- See Also:
-
withExecutionStatus
If the change set execution status is
AVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, you can execute the change set. If you can’t execute the change set, the status indicates why. For example, a change set might be in anUNAVAILABLE
state because AWS CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- See Also:
-
getStatus
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Returns:
- The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
. - See Also:
-
withStatus
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- See Also:
-
withStatus
The state of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatusReason
A description of the change set's status. For example, if your change set is in the
FAILED
state, AWS CloudFormation shows the error message.- Parameters:
statusReason
- A description of the change set's status. For example, if your change set is in theFAILED
state, AWS CloudFormation shows the error message.
-
getStatusReason
A description of the change set's status. For example, if your change set is in the
FAILED
state, AWS CloudFormation shows the error message.- Returns:
- A description of the change set's status. For example, if your
change set is in the
FAILED
state, AWS CloudFormation shows the error message.
-
withStatusReason
A description of the change set's status. For example, if your change set is in the
FAILED
state, AWS CloudFormation shows the error message.- Parameters:
statusReason
- A description of the change set's status. For example, if your change set is in theFAILED
state, AWS CloudFormation shows the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationTime
The start time when the change set was created, in UTC.
- Parameters:
creationTime
- The start time when the change set was created, in UTC.
-
getCreationTime
The start time when the change set was created, in UTC.
- Returns:
- The start time when the change set was created, in UTC.
-
withCreationTime
The start time when the change set was created, in UTC.
- Parameters:
creationTime
- The start time when the change set was created, in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
Descriptive information about the change set.
- Parameters:
description
- Descriptive information about the change set.
-
getDescription
Descriptive information about the change set.
- Returns:
- Descriptive information about the change set.
-
withDescription
Descriptive information about the change set.
- Parameters:
description
- Descriptive information about the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-