@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBotAliasResponse extends LexModelsV2Response implements ToCopyableBuilder<DeleteBotAliasResponse.Builder,DeleteBotAliasResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBotAliasResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botAliasId()
The unique identifier of the bot alias to delete.
|
BotAliasStatus |
botAliasStatus()
The current status of the alias.
|
String |
botAliasStatusAsString()
The current status of the alias.
|
String |
botId()
The unique identifier of the bot that contains the alias to delete.
|
static DeleteBotAliasResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteBotAliasResponse.Builder> |
serializableBuilderClass() |
DeleteBotAliasResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botAliasId()
The unique identifier of the bot alias to delete.
public final String botId()
The unique identifier of the bot that contains the alias to delete.
public final BotAliasStatus botAliasStatus()
The current status of the alias. The status is Deleting while the alias is in the process of being
deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases operation.
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().
Deleting while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases operation.BotAliasStatuspublic final String botAliasStatusAsString()
The current status of the alias. The status is Deleting while the alias is in the process of being
deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases operation.
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().
Deleting while the alias is in the process of
being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the
ListBotAliases operation.BotAliasStatuspublic DeleteBotAliasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteBotAliasResponse.Builder,DeleteBotAliasResponse>toBuilder in class AwsResponsepublic static DeleteBotAliasResponse.Builder builder()
public static Class<? extends DeleteBotAliasResponse.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.