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. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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
.
ComplianceType
public 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
.
ComplianceType
public 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
.
ComplianceType
public 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
.
ComplianceType
public 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
.
ComplianceType
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 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 Object
Object.toString()
public DescribeComplianceByConfigRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.