Class AggregateEvaluationResult
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AggregateEvaluationResult.Builder,- AggregateEvaluationResult> 
The details of an Config evaluation for an account ID and region in an aggregator. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe 12-digit account ID of the source account.final StringSupplementary information about how the agrregate evaluation determined the compliance.final StringThe source region from where the data is aggregated.builder()final ComplianceTypeThe resource compliance status.final StringThe resource compliance status.final InstantThe time when the Config rule evaluated the Amazon Web Services resource.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.Uniquely identifies the evaluation result.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe time when Config recorded the aggregate evaluation result.static Class<? extends AggregateEvaluationResult.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
evaluationResultIdentifierUniquely identifies the evaluation result. - Returns:
- Uniquely identifies the evaluation result.
 
- 
complianceTypeThe resource compliance status. For the AggregationEvaluationResultdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalue.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 resource compliance status.
         For the AggregationEvaluationResultdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalue.
- See Also:
 
- 
complianceTypeAsStringThe resource compliance status. For the AggregationEvaluationResultdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalue.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 resource compliance status.
         For the AggregationEvaluationResultdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalue.
- See Also:
 
- 
resultRecordedTimeThe time when Config recorded the aggregate evaluation result. - Returns:
- The time when Config recorded the aggregate evaluation result.
 
- 
configRuleInvokedTimeThe time when the Config rule evaluated the Amazon Web Services resource. - Returns:
- The time when the Config rule evaluated the Amazon Web Services resource.
 
- 
annotationSupplementary information about how the agrregate evaluation determined the compliance. - Returns:
- Supplementary information about how the agrregate evaluation determined the compliance.
 
- 
accountIdThe 12-digit account ID of the source account. - Returns:
- The 12-digit account ID of the source account.
 
- 
awsRegionThe source region from where the data is aggregated. - Returns:
- The source region from where the data is aggregated.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AggregateEvaluationResult.Builder,- AggregateEvaluationResult> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-