Class ConformancePackComplianceScore
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ConformancePackComplianceScore.Builder,- ConformancePackComplianceScore> 
A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final StringThe name of the conformance pack.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe time that the conformance pack compliance score was last updated.final Stringscore()Compliance score for the conformance pack.static Class<? extends ConformancePackComplianceScore.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- 
scoreCompliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.- Returns:
- Compliance score for the conformance pack. Conformance packs with no evaluation results will have a
         compliance score of INSUFFICIENT_DATA.
 
- 
conformancePackNameThe name of the conformance pack. - Returns:
- The name of the conformance pack.
 
- 
lastUpdatedTimeThe time that the conformance pack compliance score was last updated. - Returns:
- The time that the conformance pack compliance score was last updated.
 
- 
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<ConformancePackComplianceScore.Builder,- ConformancePackComplianceScore> 
- 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
 
-