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) Indicates whether some other object is "equal to" this one by SDK fields.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 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_IN_PROGRESS,CREATE_COMPLETE, orFAILED.final StringThe state of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.final StringA description of the change set's status.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods 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_IN_PROGRESS,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_IN_PROGRESS,CREATE_COMPLETE, orFAILED. - See Also:
-
statusAsString
The state of the change set, such as
CREATE_IN_PROGRESS,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_IN_PROGRESS,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.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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
-