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()booleanThe 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.inthashCode()voidsetChangeSetId(String changeSetId) The ID of the change set.voidsetChangeSetName(String changeSetName) The name of the change set.voidsetCreationTime(Date creationTime) The start time when the change set was created, in UTC.voidsetDescription(String description) Descriptive information about the change set.voidsetExecutionStatus(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.voidsetExecutionStatus(String executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.voidsetStackId(String stackId) The ID of the stack with which the change set is associated.voidsetStackName(String stackName) The name of the stack with which the change set is associated.voidsetStatus(ChangeSetStatus status) The state of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.voidThe state of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.voidsetStatusReason(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
-
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
-
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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because AWS CloudFormation is still creating it or in anOBSOLETEstate 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
FAILEDstate, AWS CloudFormation shows the error message.- Parameters:
statusReason- A description of the change set's status. For example, if your change set is in theFAILEDstate, AWS CloudFormation shows the error message.
-
getStatusReason
A description of the change set's status. For example, if your change set is in the
FAILEDstate, AWS CloudFormation shows the error message.- Returns:
- A description of the change set's status. For example, if your
change set is in the
FAILEDstate, AWS CloudFormation shows the error message.
-
withStatusReason
A description of the change set's status. For example, if your change set is in the
FAILEDstate, AWS CloudFormation shows the error message.- Parameters:
statusReason- A description of the change set's status. For example, if your change set is in theFAILEDstate, 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
-
equals
-
hashCode
-
clone
-