@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
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 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 allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.
The allowed values are COMPLIANT, NON_COMPLIANT, and
INSUFFICIENT_DATA.
ComplianceTypepublic void setComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
INSUFFICIENT_DATA.
ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(String... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.
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
INSUFFICIENT_DATA.
ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
INSUFFICIENT_DATA.
ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
INSUFFICIENT_DATA.
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.