Class ResourceEvaluation
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.ResourceEvaluation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceEvaluation.Builder,ResourceEvaluation>
@Generated("software.amazon.awssdk:codegen") public final class ResourceEvaluation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceEvaluation.Builder,ResourceEvaluation>
Returns details of a resource evaluation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceEvaluation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceEvaluation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvaluationModeevaluationMode()The mode of an evaluation.StringevaluationModeAsString()The mode of an evaluation.InstantevaluationStartTimestamp()The starting time of an execution.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceEvaluationId()The ResourceEvaluationId of a evaluation.List<SdkField<?>>sdkFields()static Class<? extends ResourceEvaluation.Builder>serializableBuilderClass()ResourceEvaluation.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
-
resourceEvaluationId
public final String resourceEvaluationId()
The ResourceEvaluationId of a evaluation.
- Returns:
- The ResourceEvaluationId of a evaluation.
-
evaluationMode
public final EvaluationMode evaluationMode()
The mode of an evaluation. The valid values are Detective or Proactive.
If the service returns an enum value that is not available in the current SDK version,
evaluationModewill returnEvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationModeAsString().- Returns:
- The mode of an evaluation. The valid values are Detective or Proactive.
- See Also:
EvaluationMode
-
evaluationModeAsString
public final String evaluationModeAsString()
The mode of an evaluation. The valid values are Detective or Proactive.
If the service returns an enum value that is not available in the current SDK version,
evaluationModewill returnEvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationModeAsString().- Returns:
- The mode of an evaluation. The valid values are Detective or Proactive.
- See Also:
EvaluationMode
-
evaluationStartTimestamp
public final Instant evaluationStartTimestamp()
The starting time of an execution.
- Returns:
- The starting time of an execution.
-
toBuilder
public ResourceEvaluation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceEvaluation.Builder,ResourceEvaluation>
-
builder
public static ResourceEvaluation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceEvaluation.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.
-
-