@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBotAliasResponse extends LexModelsV2Response implements ToCopyableBuilder<UpdateBotAliasResponse.Builder,UpdateBotAliasResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBotAliasResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botAliasId()
The identifier of the updated bot alias.
|
Map<String,BotAliasLocaleSettings> |
botAliasLocaleSettings()
The updated Lambda functions to use in each locale for the bot alias.
|
String |
botAliasName()
The updated name of the bot alias.
|
BotAliasStatus |
botAliasStatus()
The current status of the bot alias.
|
String |
botAliasStatusAsString()
The current status of the bot alias.
|
String |
botId()
The identifier of the bot with the updated alias.
|
String |
botVersion()
The updated version of the bot that the alias points to.
|
static UpdateBotAliasResponse.Builder |
builder() |
ConversationLogSettings |
conversationLogSettings()
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
Instant |
creationDateTime()
A timestamp of the date and time that the bot was created.
|
String |
description()
The updated description of the bot alias.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBotAliasLocaleSettings()
Returns true if the BotAliasLocaleSettings property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
Instant |
lastUpdatedDateTime()
A timestamp of the date and time that the bot was last updated.
|
List<SdkField<?>> |
sdkFields() |
SentimentAnalysisSettings |
sentimentAnalysisSettings()
Returns the value of the SentimentAnalysisSettings property for this object.
|
static Class<? extends UpdateBotAliasResponse.Builder> |
serializableBuilderClass() |
UpdateBotAliasResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botAliasId()
The identifier of the updated bot alias.
public final String botAliasName()
The updated name of the bot alias.
public final String description()
The updated description of the bot alias.
public final String botVersion()
The updated version of the bot that the alias points to.
public final boolean hasBotAliasLocaleSettings()
public final Map<String,BotAliasLocaleSettings> botAliasLocaleSettings()
The updated Lambda functions to use in each locale for the bot alias.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBotAliasLocaleSettings() to see if a value was sent in this field.
public final ConversationLogSettings conversationLogSettings()
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
public final SentimentAnalysisSettings sentimentAnalysisSettings()
public final BotAliasStatus botAliasStatus()
The current status of the bot alias. When the status is Available the alias is ready for use.
If the service returns an enum value that is not available in the current SDK version, botAliasStatus
will return BotAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from botAliasStatusAsString().
Available the alias is ready for
use.BotAliasStatuspublic final String botAliasStatusAsString()
The current status of the bot alias. When the status is Available the alias is ready for use.
If the service returns an enum value that is not available in the current SDK version, botAliasStatus
will return BotAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from botAliasStatusAsString().
Available the alias is ready for
use.BotAliasStatuspublic final String botId()
The identifier of the bot with the updated alias.
public final Instant creationDateTime()
A timestamp of the date and time that the bot was created.
public final Instant lastUpdatedDateTime()
A timestamp of the date and time that the bot was last updated.
public UpdateBotAliasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBotAliasResponse.Builder,UpdateBotAliasResponse>toBuilder in class AwsResponsepublic static UpdateBotAliasResponse.Builder builder()
public static Class<? extends UpdateBotAliasResponse.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 © 2021. All rights reserved.