Class Change
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Change.Builder,Change>
The Change structure describes the changes CloudFormation will perform if you execute the change set.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Change.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerIs eithernull, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource.final ResourceChangeAResourceChangestructure that describes the resource and action that CloudFormation will perform.static Class<? extends Change.Builder>final StringtoString()Returns a string representation of this object.final ChangeTypetype()The type of entity that CloudFormation changes.final StringThe type of entity that CloudFormation changes.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
-
type
The type of entity that CloudFormation changes.
-
ResourceThis change is for a resource.
If the service returns an enum value that is not available in the current SDK version,
typewill returnChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of entity that CloudFormation changes.
-
ResourceThis change is for a resource.
-
- See Also:
-
-
typeAsString
The type of entity that CloudFormation changes.
-
ResourceThis change is for a resource.
If the service returns an enum value that is not available in the current SDK version,
typewill returnChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of entity that CloudFormation changes.
-
ResourceThis change is for a resource.
-
- See Also:
-
-
hookInvocationCount
Is either
null, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource.- Returns:
- Is either
null, if no Hooks invoke for the resource, or contains the number of Hooks that will invoke for the resource.
-
resourceChange
A
ResourceChangestructure that describes the resource and action that CloudFormation will perform.- Returns:
- A
ResourceChangestructure that describes the resource and action that CloudFormation will perform.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Change.Builder,Change>
-
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
-