@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 identifier of the version of the bot associated with this custom vocabulary.
|
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 identifier of the language and locale where this custom vocabulary is used.
|
Integer |
maxResults()
The maximum number of items returned by the list operation.
|
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 identifier of the version of the bot associated with this custom vocabulary.
public final String botVersion()
The bot version of the bot to the list custom vocabulary request.
public final String localeId()
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
public final Integer maxResults()
The maximum number of items returned by the list operation.
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 © 2023. All rights reserved.