@Generated(value="software.amazon.awssdk:codegen") public final class Change extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Change.Builder,Change>
The Change structure describes the changes CloudFormation will perform if you execute the change set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Change.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Change.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceChange |
resourceChange()
A
ResourceChange structure that describes the resource and action that CloudFormation will perform. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Change.Builder> |
serializableBuilderClass() |
Change.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ChangeType |
type()
The type of entity that CloudFormation changes.
|
String |
typeAsString()
The type of entity that CloudFormation changes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChangeType type()
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
If the service returns an enum value that is not available in the current SDK version, type will return
ChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Resource.ChangeTypepublic final String typeAsString()
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
If the service returns an enum value that is not available in the current SDK version, type will return
ChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Resource.ChangeTypepublic final ResourceChange resourceChange()
A ResourceChange structure that describes the resource and action that CloudFormation will perform.
ResourceChange structure that describes the resource and action that CloudFormation will
perform.public Change.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Change.Builder,Change>public static Change.Builder builder()
public static Class<? extends Change.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.