public class GetComplianceDetailsByConfigRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetComplianceDetailsByConfigRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetComplianceDetailsByConfigRuleRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getComplianceTypes()
Specify to filter the results by compliance.
|
String |
getConfigRuleName()
The name of the AWS Config rule for which you want compliance
information.
|
Integer |
getLimit()
The maximum number of evaluation results returned on each page.
|
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)
Specify to filter the results by compliance.
|
void |
setConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want compliance
information.
|
void |
setLimit(Integer limit)
The maximum number of evaluation results returned on each page.
|
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.
|
GetComplianceDetailsByConfigRuleRequest |
withComplianceTypes(Collection<String> complianceTypes)
Specify to filter the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest |
withComplianceTypes(ComplianceType... complianceTypes)
Specify to filter the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest |
withComplianceTypes(String... complianceTypes)
Specify to filter the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest |
withConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want compliance
information.
|
GetComplianceDetailsByConfigRuleRequest |
withLimit(Integer limit)
The maximum number of evaluation results returned on each page.
|
GetComplianceDetailsByConfigRuleRequest |
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 GetComplianceDetailsByConfigRuleRequest()
public void setConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want compliance information.
configRuleName - The name of the AWS Config rule for which you want compliance
information.public String getConfigRuleName()
The name of the AWS Config rule for which you want compliance information.
public GetComplianceDetailsByConfigRuleRequest withConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want compliance information.
configRuleName - The name of the AWS Config rule for which you want compliance
information.public List<String> getComplianceTypes()
Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.
Compliant, NonCompliant, and
NotApplicable.ComplianceTypepublic void setComplianceTypes(Collection<String> complianceTypes)
Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.
complianceTypes - Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.ComplianceTypepublic GetComplianceDetailsByConfigRuleRequest withComplianceTypes(String... complianceTypes)
Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.
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 - Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.ComplianceTypepublic GetComplianceDetailsByConfigRuleRequest withComplianceTypes(Collection<String> complianceTypes)
Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.
complianceTypes - Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.ComplianceTypepublic GetComplianceDetailsByConfigRuleRequest withComplianceTypes(ComplianceType... complianceTypes)
Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.
complianceTypes - Specify to filter the results by compliance. The valid values are
Compliant, NonCompliant, and
NotApplicable.ComplianceTypepublic void setLimit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of evaluation results returned on each page.
The default is 10. You cannot specify a limit greater than 100. If
you specify 0, AWS Config uses the default.public Integer getLimit()
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
public GetComplianceDetailsByConfigRuleRequest withLimit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of evaluation results returned on each page.
The default is 10. You cannot specify a limit greater than 100. If
you specify 0, AWS Config uses the default.public 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 GetComplianceDetailsByConfigRuleRequest 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 GetComplianceDetailsByConfigRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.