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 SummaryNested Classes
- 
Method SummaryModifier 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 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.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.ToCopyableBuildercopy
- 
Method Details- 
stackIdThe ID of the stack with which the change set is associated. - Returns:
- The ID of the stack with which the change set is associated.
 
- 
stackNameThe 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
- 
changeSetNameThe name of the change set. - Returns:
- The name of the change set.
 
- 
executionStatusIf 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:
 
- 
executionStatusAsStringIf 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:
 
- 
statusThe 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:
 
- 
statusAsStringThe 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:
 
- 
statusReasonA 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.
 
- 
creationTimeThe start time when the change set was created, in UTC. - Returns:
- The start time when the change set was created, in UTC.
 
- 
descriptionDescriptive information about the change set. - Returns:
- Descriptive information about the change set.
 
- 
includeNestedStacksSpecifies the current setting of IncludeNestedStacksfor the change set.- Returns:
- Specifies the current setting of IncludeNestedStacksfor the change set.
 
- 
parentChangeSetIdThe parent change set ID. - Returns:
- The parent change set ID.
 
- 
rootChangeSetId
- 
importExistingResourcesIndicates if the change set imports resources that already exist. - Returns:
- Indicates if the change set imports resources that already exist.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ChangeSetSummary.Builder,- ChangeSetSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-