Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeConfigRulesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeConfigRulesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeConfigRulesRequest.Builder |
builder() |
|
List<String> |
configRuleNames() |
The names of the AWS Config rules for which you want details.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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 DescribeConfigRulesRequest.Builder> |
serializableBuilderClass() |
|
DescribeConfigRulesRequest.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 names of the AWS Config rules for which you want details. If you do not specify any names, AWS Config returns details for all your rules.
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 DescribeConfigRulesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
public static DescribeConfigRulesRequest.Builder builder()
public static Class<? extends DescribeConfigRulesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.