Class ConformancePackEvaluationResult
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.ConformancePackEvaluationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConformancePackEvaluationResult.Builder,ConformancePackEvaluationResult>
@Generated("software.amazon.awssdk:codegen") public final class ConformancePackEvaluationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConformancePackEvaluationResult.Builder,ConformancePackEvaluationResult>
The details of a conformance pack evaluation. Provides Config rule and Amazon Web Services resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConformancePackEvaluationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringannotation()Supplementary information about how the evaluation determined the compliance.static ConformancePackEvaluationResult.Builderbuilder()ConformancePackComplianceTypecomplianceType()The compliance type.StringcomplianceTypeAsString()The compliance type.InstantconfigRuleInvokedTime()The time when Config rule evaluated Amazon Web Services resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvaluationResultIdentifierevaluationResultIdentifier()Returns the value of the EvaluationResultIdentifier property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantresultRecordedTime()The time when Config recorded the evaluation result.List<SdkField<?>>sdkFields()static Class<? extends ConformancePackEvaluationResult.Builder>serializableBuilderClass()ConformancePackEvaluationResult.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
-
complianceType
public final ConformancePackComplianceType complianceType()
The compliance type. The allowed values are
COMPLIANTandNON_COMPLIANT.INSUFFICIENT_DATAis not supported.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnConformancePackComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The compliance type. The allowed values are
COMPLIANTandNON_COMPLIANT.INSUFFICIENT_DATAis not supported. - See Also:
ConformancePackComplianceType
-
complianceTypeAsString
public final String complianceTypeAsString()
The compliance type. The allowed values are
COMPLIANTandNON_COMPLIANT.INSUFFICIENT_DATAis not supported.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnConformancePackComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The compliance type. The allowed values are
COMPLIANTandNON_COMPLIANT.INSUFFICIENT_DATAis not supported. - See Also:
ConformancePackComplianceType
-
evaluationResultIdentifier
public final EvaluationResultIdentifier evaluationResultIdentifier()
Returns the value of the EvaluationResultIdentifier property for this object.- Returns:
- The value of the EvaluationResultIdentifier property for this object.
-
configRuleInvokedTime
public final Instant configRuleInvokedTime()
The time when Config rule evaluated Amazon Web Services resource.
- Returns:
- The time when Config rule evaluated Amazon Web Services resource.
-
resultRecordedTime
public final Instant resultRecordedTime()
The time when Config recorded the evaluation result.
- Returns:
- The time when Config recorded the evaluation result.
-
annotation
public final String annotation()
Supplementary information about how the evaluation determined the compliance.
- Returns:
- Supplementary information about how the evaluation determined the compliance.
-
toBuilder
public ConformancePackEvaluationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConformancePackEvaluationResult.Builder,ConformancePackEvaluationResult>
-
builder
public static ConformancePackEvaluationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConformancePackEvaluationResult.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.
-
-