Class EvaluationResultQualifier
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.EvaluationResultQualifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>
@Generated("software.amazon.awssdk:codegen") public final class EvaluationResultQualifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>
Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationResultQualifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EvaluationResultQualifier.Builderbuilder()StringconfigRuleName()The name of the Config rule that was used in the evaluation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvaluationModeevaluationMode()The mode of an evaluation.StringevaluationModeAsString()The mode of an evaluation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceId()The ID of the evaluated Amazon Web Services resource.StringresourceType()The type of Amazon Web Services resource that was evaluated.List<SdkField<?>>sdkFields()static Class<? extends EvaluationResultQualifier.Builder>serializableBuilderClass()EvaluationResultQualifier.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
-
configRuleName
public final String configRuleName()
The name of the Config rule that was used in the evaluation.
- Returns:
- The name of the Config rule that was used in the evaluation.
-
resourceType
public final String resourceType()
The type of Amazon Web Services resource that was evaluated.
- Returns:
- The type of Amazon Web Services resource that was evaluated.
-
resourceId
public final String resourceId()
The ID of the evaluated Amazon Web Services resource.
- Returns:
- The ID of the evaluated Amazon Web Services resource.
-
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
-
toBuilder
public EvaluationResultQualifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationResultQualifier.Builder,EvaluationResultQualifier>
-
builder
public static EvaluationResultQualifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationResultQualifier.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.
-
-