Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeConfigRuleEvaluationStatusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeConfigRuleEvaluationStatusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeConfigRuleEvaluationStatusRequest.Builder |
builder() |
|
List<String> |
configRuleNames() |
The name of the AWS managed Config rules for which you want status information.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The number of rule evaluation results that you want returned.
|
String |
nextToken() |
The
NextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
static Class<? extends DescribeConfigRuleEvaluationStatusRequest.Builder> |
serializableBuilderClass() |
|
DescribeConfigRuleEvaluationStatusRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<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.
public 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
string returned on a previous page that you use to get the next page of
results in a paginated response.public 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.
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
public static DescribeConfigRuleEvaluationStatusRequest.Builder builder()
public static Class<? extends DescribeConfigRuleEvaluationStatusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.