@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() |
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.
|
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, copyBaseTo, 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 and NON_COMPLIANT.
The allowed values are COMPLIANT and NON_COMPLIANT.
ComplianceTypepublic void setComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(String... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
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 and NON_COMPLIANT.
ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
ComplianceTypepublic DescribeComplianceByConfigRuleRequest withComplianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT and NON_COMPLIANT.
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()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.