@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationResultIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
Uniquely identifies an evaluation result.
Modifier and Type | Class and Description |
---|---|
static interface |
EvaluationResultIdentifier.Builder |
Modifier and Type | Method and Description |
---|---|
static EvaluationResultIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
EvaluationResultQualifier |
evaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated
resource.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
orderingTimestamp()
The time of the event that triggered the evaluation of your AWS resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationResultIdentifier.Builder> |
serializableBuilderClass() |
EvaluationResultIdentifier.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public EvaluationResultQualifier evaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
public Instant orderingTimestamp()
The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
public EvaluationResultIdentifier.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
public static EvaluationResultIdentifier.Builder builder()
public static Class<? extends EvaluationResultIdentifier.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.