@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AggregateConformancePackComplianceFilters.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The 12-digit Amazon Web Services account ID of the source account.
|
String |
awsRegion()
The source Amazon Web Services Region from where the data is aggregated.
|
static AggregateConformancePackComplianceFilters.Builder |
builder() |
ConformancePackComplianceType |
complianceType()
The compliance status of the conformance pack.
|
String |
complianceTypeAsString()
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 AggregateConformancePackComplianceFilters.Builder> |
serializableBuilderClass() |
AggregateConformancePackComplianceFilters.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 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, complianceType
will return ConformancePackComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from complianceTypeAsString().
ConformancePackComplianceTypepublic 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, complianceType
will return ConformancePackComplianceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from complianceTypeAsString().
ConformancePackComplianceTypepublic final String accountId()
The 12-digit Amazon Web Services account ID of the source account.
public final String awsRegion()
The source Amazon Web Services Region from where the data is aggregated.
public AggregateConformancePackComplianceFilters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AggregateConformancePackComplianceFilters.Builder,AggregateConformancePackComplianceFilters>public static AggregateConformancePackComplianceFilters.Builder builder()
public static Class<? extends AggregateConformancePackComplianceFilters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.