public class DescribeComplianceByConfigRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeComplianceByConfigRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeComplianceByConfigRuleRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getComplianceTypes()
Filters the results by compliance.
|
List<String> |
getConfigRuleNames()
Specify one or more AWS Config rule names to filter the results by rule.
|
String |
getNextToken()
The
nextToken string returned on a previous page that you
use to get the next page of results in a paginated response. |
int |
hashCode() |
void |
setComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
|
void |
setConfigRuleNames(Collection<String> configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
|
void |
setNextToken(String nextToken)
The
nextToken string returned on a previous page that you
use to get the next page of results in a paginated response. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeComplianceByConfigRuleRequest |
withComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
|
DescribeComplianceByConfigRuleRequest |
withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
|
DescribeComplianceByConfigRuleRequest |
withComplianceTypes(String... complianceTypes)
Filters the results by compliance.
|
DescribeComplianceByConfigRuleRequest |
withConfigRuleNames(Collection<String> configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
|
DescribeComplianceByConfigRuleRequest |
withConfigRuleNames(String... configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
|
DescribeComplianceByConfigRuleRequest |
withNextToken(String nextToken)
The
nextToken string returned on a previous page that you
use to get the next page of results in a paginated response. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeComplianceByConfigRuleRequest()
public List<String> getConfigRuleNames()
Specify one or more AWS Config rule names to filter the results by rule.
public void setConfigRuleNames(Collection<String> configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
configRuleNames - Specify one or more AWS Config rule names to filter the results by
rule.public DescribeComplianceByConfigRuleRequest withConfigRuleNames(String... configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
NOTE: This method appends the values to the existing list (if
any). Use setConfigRuleNames(java.util.Collection) or
withConfigRuleNames(java.util.Collection) if you want to
override the existing values.
configRuleNames - Specify one or more AWS Config rule names to filter the results by
rule.public DescribeComplianceByConfigRuleRequest withConfigRuleNames(Collection<String> configRuleNames)
Specify one or more AWS Config rule names to filter the results by rule.
configRuleNames - Specify one or more AWS Config rule names to filter the results by
rule.public List<String> getComplianceTypes()
Filters the results by compliance. The valid values are
Compliant and NonCompliant.
Compliant and NonCompliant.ComplianceTypepublic void setComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance. The valid values are
Compliant and NonCompliant.
complianceTypes - Filters the results by compliance. The valid values are
Compliant and NonCompliant.ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(String... complianceTypes)
Filters the results by compliance. The valid values are
Compliant and NonCompliant.
NOTE: This method appends the values to the existing list (if
any). Use setComplianceTypes(java.util.Collection) or
withComplianceTypes(java.util.Collection) if you want to
override the existing values.
complianceTypes - Filters the results by compliance. The valid values are
Compliant and NonCompliant.ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance. The valid values are
Compliant and NonCompliant.
complianceTypes - Filters the results by compliance. The valid values are
Compliant and NonCompliant.ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance. The valid values are
Compliant and NonCompliant.
complianceTypes - Filters the results by compliance. The valid values are
Compliant and NonCompliant.ComplianceTypepublic void setNextToken(String nextToken)
The nextToken string returned on a previous page that you
use to get the next page of results in a paginated response.
nextToken - The nextToken string returned on a previous page that
you use to get the next page of results in a paginated response.public String getNextToken()
The nextToken string returned on a previous page that you
use to get the next page of results in a paginated response.
nextToken string returned on a previous page
that you use to get the next page of results in a paginated
response.public DescribeComplianceByConfigRuleRequest withNextToken(String nextToken)
The nextToken string returned on a previous page that you
use to get the next page of results in a paginated response.
nextToken - The nextToken string returned on a previous page that
you use to get the next page of results in a paginated response.public String toString()
toString in class ObjectObject.toString()public DescribeComplianceByConfigRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.