@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBotAliasRequest extends LexModelsV2Request implements ToCopyableBuilder<DeleteBotAliasRequest.Builder,DeleteBotAliasRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBotAliasRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botAliasId()
The unique identifier of the bot alias to delete.
|
String |
botId()
The unique identifier of the bot associated with the alias to delete.
|
static DeleteBotAliasRequest.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 DeleteBotAliasRequest.Builder> |
serializableBuilderClass() |
Boolean |
skipResourceInUseCheck()
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a
ResourceInUseException exception if the alias is being used by another
resource. |
DeleteBotAliasRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, 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 associated with the alias to delete.
public final Boolean skipResourceInUseCheck()
By default, Amazon Lex checks if any other resource, such as a bot network, is using the bot alias before it is
deleted and throws a ResourceInUseException exception if the alias is being used by another
resource. Set this parameter to true to skip this check and remove the alias even if it is being
used by another resource.
ResourceInUseException exception if the alias is being used by
another resource. Set this parameter to true to skip this check and remove the alias even if
it is being used by another resource.public DeleteBotAliasRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteBotAliasRequest.Builder,DeleteBotAliasRequest>toBuilder in class LexModelsV2Requestpublic static DeleteBotAliasRequest.Builder builder()
public static Class<? extends DeleteBotAliasRequest.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 © 2023. All rights reserved.