@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EvaluationResultQualifier evaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
public final 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()
toBuilder in interface ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>public static EvaluationResultIdentifier.Builder builder()
public static Class<? extends EvaluationResultIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.