@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigRuleComplianceSummaryFilters extends Object implements Serializable, Cloneable, StructuredPojo
Filters the results based on the account IDs and regions.
| Constructor and Description |
|---|
ConfigRuleComplianceSummaryFilters() |
| Modifier and Type | Method and Description |
|---|---|
ConfigRuleComplianceSummaryFilters |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The 12-digit account ID of the source account.
|
String |
getAwsRegion()
The source region where the data is aggregated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The 12-digit account ID of the source account.
|
void |
setAwsRegion(String awsRegion)
The source region where the data is aggregated.
|
String |
toString()
Returns a string representation of this object.
|
ConfigRuleComplianceSummaryFilters |
withAccountId(String accountId)
The 12-digit account ID of the source account.
|
ConfigRuleComplianceSummaryFilters |
withAwsRegion(String awsRegion)
The source region where the data is aggregated.
|
public void setAccountId(String accountId)
The 12-digit account ID of the source account.
accountId - The 12-digit account ID of the source account.public String getAccountId()
The 12-digit account ID of the source account.
public ConfigRuleComplianceSummaryFilters withAccountId(String accountId)
The 12-digit account ID of the source account.
accountId - The 12-digit account ID of the source account.public void setAwsRegion(String awsRegion)
The source region where the data is aggregated.
awsRegion - The source region where the data is aggregated.public String getAwsRegion()
The source region where the data is aggregated.
public ConfigRuleComplianceSummaryFilters withAwsRegion(String awsRegion)
The source region where the data is aggregated.
awsRegion - The source region where the data is aggregated.public String toString()
toString in class ObjectObject.toString()public ConfigRuleComplianceSummaryFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.