Class AggregateComplianceByConformancePack
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.AggregateComplianceByConformancePack
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AggregateComplianceByConformancePack.Builder,AggregateComplianceByConformancePack>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAggregateComplianceByConformancePack.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The 12-digit Amazon Web Services account ID of the source account.StringawsRegion()The source Amazon Web Services Region from where the data is aggregated.static AggregateComplianceByConformancePack.Builderbuilder()AggregateConformancePackCompliancecompliance()The compliance status of the conformance pack.StringconformancePackName()The name of the conformance pack.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AggregateComplianceByConformancePack.Builder>serializableBuilderClass()AggregateComplianceByConformancePack.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
-
conformancePackName
public final String conformancePackName()
The name of the conformance pack.
- Returns:
- The name of the conformance pack.
-
compliance
public final AggregateConformancePackCompliance compliance()
The compliance status of the conformance pack.
- Returns:
- The compliance status of the conformance pack.
-
accountId
public final String accountId()
The 12-digit Amazon Web Services account ID of the source account.
- Returns:
- The 12-digit Amazon Web Services account ID of the source account.
-
awsRegion
public final String awsRegion()
The source Amazon Web Services Region from where the data is aggregated.
- Returns:
- The source Amazon Web Services Region from where the data is aggregated.
-
toBuilder
public AggregateComplianceByConformancePack.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AggregateComplianceByConformancePack.Builder,AggregateComplianceByConformancePack>
-
builder
public static AggregateComplianceByConformancePack.Builder builder()
-
serializableBuilderClass
public static Class<? extends AggregateComplianceByConformancePack.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.
-
-