@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 Config rule used to evaluate an Amazon Web Services 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 Amazon Web Services resources.
|
String |
resourceEvaluationId()
A Unique ID for an evaluation result.
|
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 Config rule used to evaluate an Amazon Web Services 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 Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
public final String resourceEvaluationId()
A Unique ID for an evaluation result.
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 © 2023. All rights reserved.