Class ExternalEvaluation
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.ExternalEvaluation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExternalEvaluation.Builder,ExternalEvaluation>
@Generated("software.amazon.awssdk:codegen") public final class ExternalEvaluation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExternalEvaluation.Builder,ExternalEvaluation>
Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExternalEvaluation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringannotation()Supplementary information about the reason of compliance.static ExternalEvaluation.Builderbuilder()StringcomplianceResourceId()The evaluated compliance resource ID.StringcomplianceResourceType()The evaluated compliance resource type.ComplianceTypecomplianceType()The compliance of the Amazon Web Services resource.StringcomplianceTypeAsString()The compliance of the Amazon Web Services resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantorderingTimestamp()The time when the compliance was recorded.List<SdkField<?>>sdkFields()static Class<? extends ExternalEvaluation.Builder>serializableBuilderClass()ExternalEvaluation.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
-
complianceResourceType
public final String complianceResourceType()
The evaluated compliance resource type. Config accepts
AWS::::Accountresource type.- Returns:
- The evaluated compliance resource type. Config accepts
AWS::::Accountresource type.
-
complianceResourceId
public final String complianceResourceId()
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
- Returns:
- The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID.
-
complianceType
public final ComplianceType complianceType()
The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT,andNOT_APPLICABLE.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT,andNOT_APPLICABLE. - See Also:
ComplianceType
-
complianceTypeAsString
public final String complianceTypeAsString()
The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT,andNOT_APPLICABLE.If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The compliance of the Amazon Web Services resource. The valid values are
COMPLIANT, NON_COMPLIANT,andNOT_APPLICABLE. - See Also:
ComplianceType
-
annotation
public final String annotation()
Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
- Returns:
- Supplementary information about the reason of compliance. For example, this task was completed on a specific date.
-
orderingTimestamp
public final Instant orderingTimestamp()
The time when the compliance was recorded.
- Returns:
- The time when the compliance was recorded.
-
toBuilder
public ExternalEvaluation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExternalEvaluation.Builder,ExternalEvaluation>
-
builder
public static ExternalEvaluation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExternalEvaluation.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.
-
-