@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigRuleEvaluationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeConfigRuleEvaluationStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigRuleEvaluationStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConfigRuleNames()
The name of the AWS managed Config rules for which you want status information.
|
Integer |
getLimit()
The number of rule evaluation results that you want returned.
|
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 |
setConfigRuleNames(Collection<String> configRuleNames)
The name of the AWS managed Config rules for which you want status information.
|
void |
setLimit(Integer limit)
The number of rule evaluation results that you want returned.
|
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.
|
DescribeConfigRuleEvaluationStatusRequest |
withConfigRuleNames(Collection<String> configRuleNames)
The name of the AWS managed Config rules for which you want status information.
|
DescribeConfigRuleEvaluationStatusRequest |
withConfigRuleNames(String... configRuleNames)
The name of the AWS managed Config rules for which you want status information.
|
DescribeConfigRuleEvaluationStatusRequest |
withLimit(Integer limit)
The number of rule evaluation results that you want returned.
|
DescribeConfigRuleEvaluationStatusRequest |
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, withSdkRequestTimeout
public DescribeConfigRuleEvaluationStatusRequest()
public List<String> getConfigRuleNames()
The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
public void setConfigRuleNames(Collection<String> configRuleNames)
The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
configRuleNames
- The name of the AWS managed Config rules for which you want status information. If you do not specify any
names, AWS Config returns status information for all AWS managed Config rules that you use.public DescribeConfigRuleEvaluationStatusRequest withConfigRuleNames(String... configRuleNames)
The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
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
- The name of the AWS managed Config rules for which you want status information. If you do not specify any
names, AWS Config returns status information for all AWS managed Config rules that you use.public DescribeConfigRuleEvaluationStatusRequest withConfigRuleNames(Collection<String> configRuleNames)
The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
configRuleNames
- The name of the AWS managed Config rules for which you want status information. If you do not specify any
names, AWS Config returns status information for all AWS managed Config rules that you use.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 DescribeConfigRuleEvaluationStatusRequest 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 void setLimit(Integer limit)
The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
limit
- The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
public Integer getLimit()
The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
This parameter is required if the rule limit for your account is more than the default of 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
public DescribeConfigRuleEvaluationStatusRequest withLimit(Integer limit)
The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
limit
- The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
public String toString()
toString
in class Object
Object.toString()
public DescribeConfigRuleEvaluationStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.