@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
ChangeType |
type()
The type of entity that AWS CloudFormation changes.
|
String |
typeAsString()
The type of entity that AWS CloudFormation changes.
|
copy
public 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
.ChangeType
public 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
.ChangeType
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Change.Builder,Change>
public static Change.Builder builder()
public static Class<? extends Change.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.