@Generated(value="software.amazon.awssdk:codegen") public final class CustomVocabularyExportSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomVocabularyExportSpecification.Builder,CustomVocabularyExportSpecification>
Provides the parameters required for exporting a custom vocabulary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomVocabularyExportSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot that contains the custom vocabulary to export.
|
String |
botVersion()
The version of the bot that contains the custom vocabulary to export.
|
static CustomVocabularyExportSpecification.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 of the bot that contains the custom vocabulary to export.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomVocabularyExportSpecification.Builder> |
serializableBuilderClass() |
CustomVocabularyExportSpecification.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 that contains the custom vocabulary to export.
public final String botVersion()
The version of the bot that contains the custom vocabulary to export.
public final String localeId()
The locale of the bot that contains the custom vocabulary to export.
public CustomVocabularyExportSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomVocabularyExportSpecification.Builder,CustomVocabularyExportSpecification>public static CustomVocabularyExportSpecification.Builder builder()
public static Class<? extends CustomVocabularyExportSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.