@Generated(value="software.amazon.awssdk:codegen") public final class ListCertificatesRequest extends DirectoryRequest implements ToCopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCertificatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCertificatesRequest.Builder |
builder() |
String |
directoryId()
The identifier of the directory.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The number of items that should show up on one page
|
String |
nextToken()
A token for requesting another page of certificates if the
NextToken response element indicates that
more certificates are available. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCertificatesRequest.Builder> |
serializableBuilderClass() |
ListCertificatesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryId()
The identifier of the directory.
public final String nextToken()
A token for requesting another page of certificates if the NextToken response element indicates that
more certificates are available. Use the value of the returned NextToken element in your request
until the token comes back as null. Pass null if this is the first call.
NextToken response element
indicates that more certificates are available. Use the value of the returned NextToken
element in your request until the token comes back as null. Pass null if this
is the first call.public final Integer limit()
The number of items that should show up on one page
public ListCertificatesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>toBuilder in class DirectoryRequestpublic static ListCertificatesRequest.Builder builder()
public static Class<? extends ListCertificatesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.