@Generated(value="software.amazon.awssdk:codegen") public final class DeleteBotAliasRequest extends LexModelBuildingRequest implements ToCopyableBuilder<DeleteBotAliasRequest.Builder,DeleteBotAliasRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteBotAliasRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botName()
The name of the bot that the alias points to.
|
static DeleteBotAliasRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the alias to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteBotAliasRequest.Builder> |
serializableBuilderClass() |
DeleteBotAliasRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the alias to delete. The name is case sensitive.
public String botName()
The name of the bot that the alias points to.
public DeleteBotAliasRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteBotAliasRequest.Builder,DeleteBotAliasRequest>toBuilder in class LexModelBuildingRequestpublic static DeleteBotAliasRequest.Builder builder()
public static Class<? extends DeleteBotAliasRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.