@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBotLocaleResponse extends LexModelsV2Response implements ToCopyableBuilder<DeleteBotLocaleResponse.Builder,DeleteBotLocaleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBotLocaleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot that contained the deleted locale.
|
BotLocaleStatus |
botLocaleStatus()
The status of deleting the bot locale.
|
String |
botLocaleStatusAsString()
The status of deleting the bot locale.
|
String |
botVersion()
The version of the bot that contained the deleted locale.
|
static DeleteBotLocaleResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The language and locale of the deleted locale.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteBotLocaleResponse.Builder> |
serializableBuilderClass() |
DeleteBotLocaleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The identifier of the bot that contained the deleted locale.
public final String botVersion()
The version of the bot that contained the deleted locale.
public final String localeId()
The language and locale of the deleted locale.
public final BotLocaleStatus botLocaleStatus()
The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale
is deleted it no longer appears in the list of locales for the bot.
If the service returns an enum value that is not available in the current SDK version, botLocaleStatus
will return BotLocaleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from botLocaleStatusAsString().
Deleting status. Once the
locale is deleted it no longer appears in the list of locales for the bot.BotLocaleStatuspublic final String botLocaleStatusAsString()
The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale
is deleted it no longer appears in the list of locales for the bot.
If the service returns an enum value that is not available in the current SDK version, botLocaleStatus
will return BotLocaleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from botLocaleStatusAsString().
Deleting status. Once the
locale is deleted it no longer appears in the list of locales for the bot.BotLocaleStatuspublic DeleteBotLocaleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteBotLocaleResponse.Builder,DeleteBotLocaleResponse>toBuilder in class AwsResponsepublic static DeleteBotLocaleResponse.Builder builder()
public static Class<? extends DeleteBotLocaleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.