@Generated(value="software.amazon.awssdk:codegen") public final class ConformancePackComplianceScore extends Object implements SdkPojo, Serializable, 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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConformancePackComplianceScore.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConformancePackComplianceScore.Builder |
builder() |
String |
conformancePackName()
The name of the conformance pack.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The time that the conformance pack compliance score was last updated.
|
String |
score()
Compliance score for the conformance pack.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConformancePackComplianceScore.Builder> |
serializableBuilderClass() |
ConformancePackComplianceScore.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String score()
Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance
score of INSUFFICIENT_DATA.
INSUFFICIENT_DATA.public final String conformancePackName()
The name of the conformance pack.
public final Instant lastUpdatedTime()
The time that the conformance pack compliance score was last updated.
public ConformancePackComplianceScore.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConformancePackComplianceScore.Builder,ConformancePackComplianceScore>public static ConformancePackComplianceScore.Builder builder()
public static Class<? extends ConformancePackComplianceScore.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.