@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregateConformancePackComplianceFilters extends Object implements Serializable, Cloneable, StructuredPojo
Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.
| Constructor and Description |
|---|
AggregateConformancePackComplianceFilters() |
| Modifier and Type | Method and Description |
|---|---|
AggregateConformancePackComplianceFilters |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The 12-digit AWS account ID of the source account.
|
String |
getAwsRegion()
The source AWS Region from where the data is aggregated.
|
String |
getComplianceType()
The compliance status of the conformance pack.
|
String |
getConformancePackName()
The name of the conformance pack.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The 12-digit AWS account ID of the source account.
|
void |
setAwsRegion(String awsRegion)
The source AWS Region from where the data is aggregated.
|
void |
setComplianceType(String complianceType)
The compliance status of the conformance pack.
|
void |
setConformancePackName(String conformancePackName)
The name of the conformance pack.
|
String |
toString()
Returns a string representation of this object.
|
AggregateConformancePackComplianceFilters |
withAccountId(String accountId)
The 12-digit AWS account ID of the source account.
|
AggregateConformancePackComplianceFilters |
withAwsRegion(String awsRegion)
The source AWS Region from where the data is aggregated.
|
AggregateConformancePackComplianceFilters |
withComplianceType(ConformancePackComplianceType complianceType)
The compliance status of the conformance pack.
|
AggregateConformancePackComplianceFilters |
withComplianceType(String complianceType)
The compliance status of the conformance pack.
|
AggregateConformancePackComplianceFilters |
withConformancePackName(String conformancePackName)
The name of the conformance pack.
|
public AggregateConformancePackComplianceFilters()
public void setConformancePackName(String conformancePackName)
The name of the conformance pack.
conformancePackName - The name of the conformance pack.public String getConformancePackName()
The name of the conformance pack.
public AggregateConformancePackComplianceFilters withConformancePackName(String conformancePackName)
The name of the conformance pack.
conformancePackName - The name of the conformance pack.public void setComplianceType(String complianceType)
The compliance status of the conformance pack.
complianceType - The compliance status of the conformance pack.ConformancePackComplianceTypepublic String getComplianceType()
The compliance status of the conformance pack.
ConformancePackComplianceTypepublic AggregateConformancePackComplianceFilters withComplianceType(String complianceType)
The compliance status of the conformance pack.
complianceType - The compliance status of the conformance pack.ConformancePackComplianceTypepublic AggregateConformancePackComplianceFilters withComplianceType(ConformancePackComplianceType complianceType)
The compliance status of the conformance pack.
complianceType - The compliance status of the conformance pack.ConformancePackComplianceTypepublic void setAccountId(String accountId)
The 12-digit AWS account ID of the source account.
accountId - The 12-digit AWS account ID of the source account.public String getAccountId()
The 12-digit AWS account ID of the source account.
public AggregateConformancePackComplianceFilters withAccountId(String accountId)
The 12-digit AWS account ID of the source account.
accountId - The 12-digit AWS account ID of the source account.public void setAwsRegion(String awsRegion)
The source AWS Region from where the data is aggregated.
awsRegion - The source AWS Region from where the data is aggregated.public String getAwsRegion()
The source AWS Region from where the data is aggregated.
public AggregateConformancePackComplianceFilters withAwsRegion(String awsRegion)
The source AWS Region from where the data is aggregated.
awsRegion - The source AWS Region from where the data is aggregated.public String toString()
toString in class ObjectObject.toString()public AggregateConformancePackComplianceFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.