Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>
@Generated("software.amazon.awssdk:codegen") public class GetComplianceDetailsByConfigRuleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetComplianceDetailsByConfigRuleRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetComplianceDetailsByConfigRuleRequest.Builder |
builder() |
|
List<String> |
complianceTypes() |
Filters the results by compliance.
|
String |
configRuleName() |
The name of the AWS Config rule for which you want compliance information.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of evaluation results returned on each page.
|
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 GetComplianceDetailsByConfigRuleRequest.Builder> |
serializableBuilderClass() |
|
GetComplianceDetailsByConfigRuleRequest.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 String configRuleName()
The name of the AWS Config rule for which you want compliance information.
public List<String> complianceTypes()
Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and NOT_APPLICABLE
.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and
NOT_APPLICABLE
.
ComplianceType
public Integer limit()
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
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 GetComplianceDetailsByConfigRuleRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>
public static GetComplianceDetailsByConfigRuleRequest.Builder builder()
public static Class<? extends GetComplianceDetailsByConfigRuleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.