Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListCertificatesByCARequest.Builder,ListCertificatesByCARequest>
@Generated("software.amazon.awssdk:codegen") public class ListCertificatesByCARequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListCertificatesByCARequest.Builder,ListCertificatesByCARequest>
The input to the ListCertificatesByCA operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListCertificatesByCARequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
ascendingOrder() |
Specifies the order for results.
|
static ListCertificatesByCARequest.Builder |
builder() |
|
String |
caCertificateId() |
The ID of the CA certificate.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
The marker for the next set of results.
|
Integer |
pageSize() |
The result page size.
|
static Class<? extends ListCertificatesByCARequest.Builder> |
serializableBuilderClass() |
|
ListCertificatesByCARequest.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 caCertificateId()
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
public Integer pageSize()
The result page size.
public String marker()
The marker for the next set of results.
public Boolean ascendingOrder()
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
public ListCertificatesByCARequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListCertificatesByCARequest.Builder,ListCertificatesByCARequest>
public static ListCertificatesByCARequest.Builder builder()
public static Class<? extends ListCertificatesByCARequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.