@Generated(value="software.amazon.awssdk:codegen") public final class ListCustomVocabularyItemsRequest extends LexModelsV2Request implements ToCopyableBuilder<ListCustomVocabularyItemsRequest.Builder,ListCustomVocabularyItemsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCustomVocabularyItemsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The unique identifier of the bot to the list custom vocabulary request.
|
String |
botVersion()
The bot version of the bot to the list custom vocabulary request.
|
static ListCustomVocabularyItemsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The locale identifier of the bot to the list custom vocabulary request.
|
Integer |
maxResults()
The maximum results to the list custom vocabulary request.
|
String |
nextToken()
The nextToken identifier to the list custom vocabulary request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCustomVocabularyItemsRequest.Builder> |
serializableBuilderClass() |
ListCustomVocabularyItemsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The unique identifier of the bot to the list custom vocabulary request.
public final String botVersion()
The bot version of the bot to the list custom vocabulary request.
public final String localeId()
The locale identifier of the bot to the list custom vocabulary request.
public final Integer maxResults()
The maximum results to the list custom vocabulary request.
public final String nextToken()
The nextToken identifier to the list custom vocabulary request.
public ListCustomVocabularyItemsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCustomVocabularyItemsRequest.Builder,ListCustomVocabularyItemsRequest>toBuilder in class LexModelsV2Requestpublic static ListCustomVocabularyItemsRequest.Builder builder()
public static Class<? extends ListCustomVocabularyItemsRequest.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 © 2022. All rights reserved.