Class AggregateConformancePackComplianceFilters
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.AggregateConformancePackComplianceFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AggregateConformancePackComplianceFilters.Builder,AggregateConformancePackComplianceFilters>
@Generated("software.amazon.awssdk:codegen") public final class AggregateConformancePackComplianceFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregateConformancePackComplianceFilters.Builder,AggregateConformancePackComplianceFilters>
Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAggregateConformancePackComplianceFilters.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 AggregateConformancePackComplianceFilters.Builderbuilder()ConformancePackComplianceTypecomplianceType()The compliance status of the conformance pack.StringcomplianceTypeAsString()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 AggregateConformancePackComplianceFilters.Builder>serializableBuilderClass()AggregateConformancePackComplianceFilters.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.
-
complianceType
public final ConformancePackComplianceType complianceType()
The compliance status of the conformance pack.
If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnConformancePackComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The compliance status of the conformance pack.
- See Also:
ConformancePackComplianceType
-
complianceTypeAsString
public final String complianceTypeAsString()
The compliance status of the conformance pack.
If the service returns an enum value that is not available in the current SDK version,
complianceTypewill returnConformancePackComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceTypeAsString().- Returns:
- The compliance status of the conformance pack.
- See Also:
ConformancePackComplianceType
-
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 AggregateConformancePackComplianceFilters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AggregateConformancePackComplianceFilters.Builder,AggregateConformancePackComplianceFilters>
-
builder
public static AggregateConformancePackComplianceFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends AggregateConformancePackComplianceFilters.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.
-
-