Class EvaluationResultIdentifier
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.EvaluationResultIdentifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
@Generated("software.amazon.awssdk:codegen") public final class EvaluationResultIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
Uniquely identifies an evaluation result.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationResultIdentifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationResultIdentifier.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvaluationResultQualifierevaluationResultQualifier()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)inthashCode()InstantorderingTimestamp()The time of the event that triggered the evaluation of your Amazon Web Services resources.StringresourceEvaluationId()A Unique ID for an evaluation result.List<SdkField<?>>sdkFields()static Class<? extends EvaluationResultIdentifier.Builder>serializableBuilderClass()EvaluationResultIdentifier.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
evaluationResultQualifier
public 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.
- Returns:
- Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
-
orderingTimestamp
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.
- Returns:
- 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.
-
resourceEvaluationId
public final String resourceEvaluationId()
A Unique ID for an evaluation result.
- Returns:
- A Unique ID for an evaluation result.
-
toBuilder
public EvaluationResultIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationResultIdentifier.Builder,EvaluationResultIdentifier>
-
builder
public static EvaluationResultIdentifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationResultIdentifier.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-