Class AggregateConformancePackComplianceCount
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.AggregateConformancePackComplianceCount
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>
@Generated("software.amazon.awssdk:codegen") public final class AggregateConformancePackComplianceCount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>
The number of conformance packs that are compliant and noncompliant.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAggregateConformancePackComplianceCount.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AggregateConformancePackComplianceCount.Builderbuilder()IntegercompliantConformancePackCount()Number of compliant conformance packs.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernonCompliantConformancePackCount()Number of noncompliant conformance packs.List<SdkField<?>>sdkFields()static Class<? extends AggregateConformancePackComplianceCount.Builder>serializableBuilderClass()AggregateConformancePackComplianceCount.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
-
compliantConformancePackCount
public final Integer compliantConformancePackCount()
Number of compliant conformance packs.
- Returns:
- Number of compliant conformance packs.
-
nonCompliantConformancePackCount
public final Integer nonCompliantConformancePackCount()
Number of noncompliant conformance packs.
- Returns:
- Number of noncompliant conformance packs.
-
toBuilder
public AggregateConformancePackComplianceCount.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>
-
builder
public static AggregateConformancePackComplianceCount.Builder builder()
-
serializableBuilderClass
public static Class<? extends AggregateConformancePackComplianceCount.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.
-
-