Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListCertificatesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListCertificatesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListCertificatesRequest.Builder |
builder() |
|
List<String> |
certificateStatuses() |
The status or statuses on which to filter the list of ACM Certificates.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxItems() |
Use this parameter when paginating results to specify the maximum number of items to return in the response.
|
String |
nextToken() |
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results.
|
static Class<? extends ListCertificatesRequest.Builder> |
serializableBuilderClass() |
|
ListCertificatesRequest.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> certificateStatuses()
The status or statuses on which to filter the list of ACM Certificates.
CertificateStatus
public String nextToken()
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results. Set it to the value of NextToken
from the response you just received.
NextToken
from the response you just
received.public Integer maxItems()
Use this parameter when paginating results to specify the maximum number of items to return in the response. If
additional items exist beyond the number you specify, the NextToken
element is sent in the response.
Use this NextToken
value in a subsequent request to retrieve additional items.
NextToken
element is
sent in the response. Use this NextToken
value in a subsequent request to retrieve
additional items.public ListCertificatesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
public static ListCertificatesRequest.Builder builder()
public static Class<? extends ListCertificatesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.