@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getComplianceTypes()
Filters 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)
Filters 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)
Filters the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest |
withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest |
withComplianceTypes(String... complianceTypes)
Filters 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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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()
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
ComplianceTypepublic void setComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
ComplianceTypepublic GetComplianceDetailsByConfigRuleRequest withComplianceTypes(String... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
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 allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
ComplianceTypepublic GetComplianceDetailsByConfigRuleRequest withComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
ComplianceTypepublic GetComplianceDetailsByConfigRuleRequest withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
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.