@Generated(value="software.amazon.awssdk:codegen") public final class ListCollectionsRequest extends OpenSearchServerlessRequest implements ToCopyableBuilder<ListCollectionsRequest.Builder,ListCollectionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCollectionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCollectionsRequest.Builder |
builder() |
CollectionFilters |
collectionFilters()
List of filter names and values that you can use for requests.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
If your initial
ListCollections operation returns a nextToken, you can include the
returned nextToken in subsequent ListCollections operations, which returns results in
the next page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCollectionsRequest.Builder> |
serializableBuilderClass() |
ListCollectionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CollectionFilters collectionFilters()
List of filter names and values that you can use for requests.
public final Integer maxResults()
The maximum number of results to return. Default is 20. You can use nextToken to get the next page
of results.
nextToken to get the
next page of results.public final String nextToken()
If your initial ListCollections operation returns a nextToken, you can include the
returned nextToken in subsequent ListCollections operations, which returns results in
the next page.
ListCollections operation returns a nextToken, you can include
the returned nextToken in subsequent ListCollections operations, which returns
results in the next page.public ListCollectionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCollectionsRequest.Builder,ListCollectionsRequest>toBuilder in class OpenSearchServerlessRequestpublic static ListCollectionsRequest.Builder builder()
public static Class<? extends ListCollectionsRequest.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.