Class AggregateConformancePackComplianceSummaryFilters
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.AggregateConformancePackComplianceSummaryFilters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AggregateConformancePackComplianceSummaryFilters.Builder,AggregateConformancePackComplianceSummaryFilters>
@Generated("software.amazon.awssdk:codegen") public final class AggregateConformancePackComplianceSummaryFilters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregateConformancePackComplianceSummaryFilters.Builder,AggregateConformancePackComplianceSummaryFilters>
Filters the results based on account ID and region.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAggregateConformancePackComplianceSummaryFilters.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 AggregateConformancePackComplianceSummaryFilters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AggregateConformancePackComplianceSummaryFilters.Builder>serializableBuilderClass()AggregateConformancePackComplianceSummaryFilters.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
-
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 AggregateConformancePackComplianceSummaryFilters.Builder toBuilder()
-
builder
public static AggregateConformancePackComplianceSummaryFilters.Builder builder()
-
serializableBuilderClass
public static Class<? extends AggregateConformancePackComplianceSummaryFilters.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.
-
-