Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeComplianceByResourceRequest.Builder,DescribeComplianceByResourceRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeComplianceByResourceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeComplianceByResourceRequest.Builder,DescribeComplianceByResourceRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeComplianceByResourceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeComplianceByResourceRequest.Builder |
builder() |
|
List<String> |
complianceTypes() |
Filters the results by compliance.
|
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. |
String |
resourceId() |
The ID of the AWS resource for which you want compliance information.
|
String |
resourceType() |
The types of AWS resources for which you want compliance information; for example,
AWS::EC2::Instance . |
static Class<? extends DescribeComplianceByResourceRequest.Builder> |
serializableBuilderClass() |
|
DescribeComplianceByResourceRequest.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 resourceType()
The types of AWS resources for which you want compliance information; for example,
AWS::EC2::Instance
. For this action, you can specify that the resource type is an AWS account by
specifying AWS::::Account
.
AWS::EC2::Instance
. For this action, you can specify that the resource type is an AWS
account by specifying AWS::::Account
.public String resourceId()
The ID of the AWS resource for which you want compliance information. You can specify only one resource ID. If
you specify a resource ID, you must also specify a type for ResourceType
.
ResourceType
.public List<String> complianceTypes()
Filters the results by compliance.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and INSUFFICIENT_DATA
.
The allowed values are COMPLIANT
, NON_COMPLIANT
, and
INSUFFICIENT_DATA
.
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 DescribeComplianceByResourceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeComplianceByResourceRequest.Builder,DescribeComplianceByResourceRequest>
public static DescribeComplianceByResourceRequest.Builder builder()
public static Class<? extends DescribeComplianceByResourceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.