Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>
@Generated("software.amazon.awssdk:codegen") public class GetComplianceDetailsByResourceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetComplianceDetailsByResourceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetComplianceDetailsByResourceRequest.Builder |
builder() |
|
List<String> |
complianceTypes() |
Filters the results by compliance.
|
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. |
String |
resourceId() |
The ID of the AWS resource for which you want compliance information.
|
String |
resourceType() |
The type of the AWS resource for which you want compliance information.
|
static Class<? extends GetComplianceDetailsByResourceRequest.Builder> |
serializableBuilderClass() |
|
GetComplianceDetailsByResourceRequest.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 type of the AWS resource for which you want compliance information.
public String resourceId()
The ID of the AWS resource 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 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 GetComplianceDetailsByResourceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>
public static GetComplianceDetailsByResourceRequest.Builder builder()
public static Class<? extends GetComplianceDetailsByResourceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.