@Generated(value="software.amazon.awssdk:codegen") public final class CustomVocabularyImportSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomVocabularyImportSpecification.Builder,CustomVocabularyImportSpecification>
Provides the parameters required for importing a custom vocabulary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomVocabularyImportSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot to import the custom vocabulary to.
|
String |
botVersion()
The version of the bot to import the custom vocabulary to.
|
static CustomVocabularyImportSpecification.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 local to import the custom vocabulary to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomVocabularyImportSpecification.Builder> |
serializableBuilderClass() |
CustomVocabularyImportSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The identifier of the bot to import the custom vocabulary to.
public final String botVersion()
The version of the bot to import the custom vocabulary to.
public final String localeId()
The identifier of the local to import the custom vocabulary to. The value must be en_GB.
en_GB.public CustomVocabularyImportSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomVocabularyImportSpecification.Builder,CustomVocabularyImportSpecification>public static CustomVocabularyImportSpecification.Builder builder()
public static Class<? extends CustomVocabularyImportSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.