@Generated(value="software.amazon.awssdk:codegen") public final class ResourceChangeDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceChangeDetail.Builder,ResourceChangeDetail>
Information about a change to a resource attribute.
Modifier and Type | Class and Description |
---|---|
static interface |
ResourceChangeDetail.Builder |
Modifier and Type | Method and Description |
---|---|
static ResourceChangeDetail.Builder |
builder() |
String |
causingEntity()
The ID of the entity that caused the change.
|
boolean |
equals(Object obj) |
EvaluationType |
evaluation()
For static evaluations, the value of the resource attribute will change and the new value is known.
|
String |
evaluationAsString()
For static evaluations, the value of the resource attribute will change and the new value is known.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceChangeDetail.Builder> |
serializableBuilderClass() |
ResourceTargetDefinition |
target()
Information about the resource attribute to be modified.
|
ResourceChangeDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ResourceTargetDefinition target()
Information about the resource attribute to be modified.
public EvaluationType evaluation()
For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.
If the service returns an enum value that is not available in the current SDK version, evaluation
will
return EvaluationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
evaluationAsString()
.
EvaluationType
public String evaluationAsString()
For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.
If the service returns an enum value that is not available in the current SDK version, evaluation
will
return EvaluationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
evaluationAsString()
.
EvaluationType
public String causingEntity()
The ID of the entity that caused the change.
public ResourceChangeDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResourceChangeDetail.Builder,ResourceChangeDetail>
public static ResourceChangeDetail.Builder builder()
public static Class<? extends ResourceChangeDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.