@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBotLocaleRequest extends LexModelsV2Request implements ToCopyableBuilder<DeleteBotLocaleRequest.Builder,DeleteBotLocaleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBotLocaleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The unique identifier of the bot that contains the locale.
|
String |
botVersion()
The version of the bot that contains the locale.
|
static DeleteBotLocaleRequest.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 will be deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteBotLocaleRequest.Builder> |
serializableBuilderClass() |
DeleteBotLocaleRequest.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 locale.
public final String botVersion()
The version of the bot that contains the locale.
public final String localeId()
The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see https ://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
public DeleteBotLocaleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteBotLocaleRequest.Builder,DeleteBotLocaleRequest>toBuilder in class LexModelsV2Requestpublic static DeleteBotLocaleRequest.Builder builder()
public static Class<? extends DeleteBotLocaleRequest.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.