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