@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCustomVocabularyMetadataRequest extends LexModelsV2Request implements ToCopyableBuilder<DescribeCustomVocabularyMetadataRequest.Builder,DescribeCustomVocabularyMetadataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCustomVocabularyMetadataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The unique identifier of the bot that contains the custom vocabulary.
|
String |
botVersion()
The bot version of the bot to return metadata for.
|
static DescribeCustomVocabularyMetadataRequest.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 to return the custom vocabulary information for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCustomVocabularyMetadataRequest.Builder> |
serializableBuilderClass() |
DescribeCustomVocabularyMetadataRequest.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 that contains the custom vocabulary.
public final String botVersion()
The bot version of the bot to return metadata for.
public final String localeId()
The locale to return the custom vocabulary information for. The locale must be en_GB.
en_GB.public DescribeCustomVocabularyMetadataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCustomVocabularyMetadataRequest.Builder,DescribeCustomVocabularyMetadataRequest>toBuilder in class LexModelsV2Requestpublic static DescribeCustomVocabularyMetadataRequest.Builder builder()
public static Class<? extends DescribeCustomVocabularyMetadataRequest.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.