@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 Amazon Web Services account ID of the source account.
|
String |
getAwsRegion()
The source Amazon Web Services 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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The 12-digit Amazon Web Services account ID of the source account.
|
void |
setAwsRegion(String awsRegion)
The source Amazon Web Services 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 Amazon Web Services account ID of the source account.
|
AggregateConformancePackComplianceFilters |
withAwsRegion(String awsRegion)
The source Amazon Web Services 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.ConformancePackComplianceType
public String getComplianceType()
The compliance status of the conformance pack.
ConformancePackComplianceType
public AggregateConformancePackComplianceFilters withComplianceType(String complianceType)
The compliance status of the conformance pack.
complianceType
- The compliance status of the conformance pack.ConformancePackComplianceType
public AggregateConformancePackComplianceFilters withComplianceType(ConformancePackComplianceType complianceType)
The compliance status of the conformance pack.
complianceType
- The compliance status of the conformance pack.ConformancePackComplianceType
public void setAccountId(String accountId)
The 12-digit Amazon Web Services account ID of the source account.
accountId
- The 12-digit Amazon Web Services account ID of the source account.public String getAccountId()
The 12-digit Amazon Web Services account ID of the source account.
public AggregateConformancePackComplianceFilters withAccountId(String accountId)
The 12-digit Amazon Web Services account ID of the source account.
accountId
- The 12-digit Amazon Web Services account ID of the source account.public void setAwsRegion(String awsRegion)
The source Amazon Web Services Region from where the data is aggregated.
awsRegion
- The source Amazon Web Services Region from where the data is aggregated.public String getAwsRegion()
The source Amazon Web Services Region from where the data is aggregated.
public AggregateConformancePackComplianceFilters withAwsRegion(String awsRegion)
The source Amazon Web Services Region from where the data is aggregated.
awsRegion
- The source Amazon Web Services Region from where the data is aggregated.public String toString()
toString
in class Object
Object.toString()
public AggregateConformancePackComplianceFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.