Class ChangeSetSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
The ChangeSetSummary structure describes a change set, its status, and the stack with which it's
associated.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeSetSummary.Builderbuilder()final StringThe ID of the change set.final StringThe name of the change set.final InstantThe start time when the change set was created, in UTC.final StringDescriptive information about the change set.final booleanfinal booleanequalsBySdkFields(Object obj) final ExecutionStatusIf the change set execution status isAVAILABLE, you can execute the change set.final StringIf the change set execution status isAVAILABLE, you can execute the change set.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates if the change set imports resources that already exist.final BooleanSpecifies the current setting ofIncludeNestedStacksfor the change set.final StringThe parent change set ID.final StringThe root change set ID.static Class<? extends ChangeSetSummary.Builder>final StringstackId()The ID of the stack with which the change set is associated.final StringThe name of the stack with which the change set is associated.final ChangeSetStatusstatus()The state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.final StringThe state of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.final StringA description of the change set's status.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
stackId
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.
-
stackName
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.
-
changeSetId
The ID of the change set.
- Returns:
- The ID of the change set.
-
changeSetName
The name of the change set.
- Returns:
- The name of the change set.
-
executionStatus
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 CloudFormation is still creating it or in anOBSOLETEstate because the stack was already updated.If the service returns an enum value that is not available in the current SDK version,
executionStatuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionStatusAsString().- 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 CloudFormation is still creating it or in anOBSOLETEstate because the stack was already updated. - See Also:
-
executionStatusAsString
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 CloudFormation is still creating it or in anOBSOLETEstate because the stack was already updated.If the service returns an enum value that is not available in the current SDK version,
executionStatuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionStatusAsString().- 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 CloudFormation is still creating it or in anOBSOLETEstate because the stack was already updated. - See Also:
-
status
The state of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED.If the service returns an enum value that is not available in the current SDK version,
statuswill returnChangeSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The state of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED. - See Also:
-
statusAsString
The state of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED.If the service returns an enum value that is not available in the current SDK version,
statuswill returnChangeSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The state of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED. - See Also:
-
statusReason
A description of the change set's status. For example, if your change set is in the
FAILEDstate, CloudFormation shows the error message.- Returns:
- A description of the change set's status. For example, if your change set is in the
FAILEDstate, CloudFormation shows the error message.
-
creationTime
The start time when the change set was created, in UTC.
- Returns:
- The start time when the change set was created, in UTC.
-
description
Descriptive information about the change set.
- Returns:
- Descriptive information about the change set.
-
includeNestedStacks
Specifies the current setting of
IncludeNestedStacksfor the change set.- Returns:
- Specifies the current setting of
IncludeNestedStacksfor the change set.
-
parentChangeSetId
The parent change set ID.
- Returns:
- The parent change set ID.
-
rootChangeSetId
The root change set ID.
- Returns:
- The root change set ID.
-
importExistingResources
Indicates if the change set imports resources that already exist.
- Returns:
- Indicates if the change set imports resources that already exist.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-