@Generated(value="software.amazon.awssdk:codegen") public final class BotLocaleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotLocaleSummary.Builder,BotLocaleSummary>
Summary information about bot locales returned by the ListBotLocales operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotLocaleSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleStatus |
botLocaleStatus()
The current status of the bot locale.
|
String |
botLocaleStatusAsString()
The current status of the bot locale.
|
static BotLocaleSummary.Builder |
builder() |
String |
description()
The description of the bot locale.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastBuildSubmittedDateTime()
A timestamp of the date and time that the bot locale was last built.
|
Instant |
lastUpdatedDateTime()
A timestamp of the date and time that the bot locale was last updated.
|
String |
localeId()
The language and locale of the bot locale.
|
String |
localeName()
The name of the bot locale.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BotLocaleSummary.Builder> |
serializableBuilderClass() |
BotLocaleSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String localeId()
The language and locale of the bot locale.
public final String localeName()
The name of the bot locale.
public final String description()
The description of the bot locale.
public final BotLocaleStatus botLocaleStatus()
The current status of the bot locale. When the status is Built the locale is ready for use.
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().
Built the locale is ready for use.BotLocaleStatuspublic final String botLocaleStatusAsString()
The current status of the bot locale. When the status is Built the locale is ready for use.
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().
Built the locale is ready for use.BotLocaleStatuspublic final Instant lastUpdatedDateTime()
A timestamp of the date and time that the bot locale was last updated.
public final Instant lastBuildSubmittedDateTime()
A timestamp of the date and time that the bot locale was last built.
public BotLocaleSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotLocaleSummary.Builder,BotLocaleSummary>public static BotLocaleSummary.Builder builder()
public static Class<? extends BotLocaleSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.