@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 AWS 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 AWS 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 AWS CloudFormation changes.
|
String |
typeAsString()
The type of entity that AWS CloudFormation changes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ChangeType type()
The type of entity that AWS 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 String typeAsString()
The type of entity that AWS 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 ResourceChange resourceChange()
A ResourceChange structure that describes the resource and action that AWS CloudFormation will
perform.
ResourceChange structure that describes the resource and action that AWS 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.