@Generated(value="software.amazon.awssdk:codegen") public final class BuildBotLocaleRequest extends LexModelsV2Request implements ToCopyableBuilder<BuildBotLocaleRequest.Builder,BuildBotLocaleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BuildBotLocaleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot to build.
|
String |
botVersion()
The version of the bot to build.
|
static BuildBotLocaleRequest.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 that the bot will be used in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BuildBotLocaleRequest.Builder> |
serializableBuilderClass() |
BuildBotLocaleRequest.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 bot to build. The identifier is returned in the response from the operation.
public final String botVersion()
The version of the bot to build. This can only be the draft version of the bot.
public final String localeId()
The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see https://docs.aws.amazon .com/lex/latest/dg/supported-locales.html.
public BuildBotLocaleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BuildBotLocaleRequest.Builder,BuildBotLocaleRequest>toBuilder in class LexModelsV2Requestpublic static BuildBotLocaleRequest.Builder builder()
public static Class<? extends BuildBotLocaleRequest.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 © 2021. All rights reserved.