@Generated(value="software.amazon.awssdk:codegen") public final class AggregateComplianceByConformancePack extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregateComplianceByConformancePack.Builder,AggregateComplianceByConformancePack>
Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.
A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AggregateComplianceByConformancePack.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The 12-digit AWS account ID of the source account.
|
String |
awsRegion()
The source AWS Region from where the data is aggregated.
|
static AggregateComplianceByConformancePack.Builder |
builder() |
AggregateConformancePackCompliance |
compliance()
The compliance status of the conformance pack.
|
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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AggregateComplianceByConformancePack.Builder> |
serializableBuilderClass() |
AggregateComplianceByConformancePack.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String conformancePackName()
The name of the conformance pack.
public final AggregateConformancePackCompliance compliance()
The compliance status of the conformance pack.
public final String accountId()
The 12-digit AWS account ID of the source account.
public final String awsRegion()
The source AWS Region from where the data is aggregated.
public AggregateComplianceByConformancePack.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AggregateComplianceByConformancePack.Builder,AggregateComplianceByConformancePack>public static AggregateComplianceByConformancePack.Builder builder()
public static Class<? extends AggregateComplianceByConformancePack.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.