@Generated(value="software.amazon.awssdk:codegen") public final class PutBotAliasRequest extends LexModelBuildingRequest implements ToCopyableBuilder<PutBotAliasRequest.Builder,PutBotAliasRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutBotAliasRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botName()
The name of the bot.
|
String |
botVersion()
The version of the bot.
|
static PutBotAliasRequest.Builder |
builder() |
String |
checksum()
Identifies a specific revision of the
$LATEST version. |
String |
description()
A description of the alias.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the alias.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutBotAliasRequest.Builder> |
serializableBuilderClass() |
PutBotAliasRequest.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. The name is not case sensitive.
public String description()
A description of the alias.
public String botVersion()
The version of the bot.
public String botName()
The name of the bot.
public String checksum()
Identifies a specific revision of the $LATEST version.
When you create a new bot alias, leave the checksum field blank. If you specify a checksum you get a
BadRequestException exception.
When you want to update a bot alias, set the checksum field to the checksum of the most recent
revision of the $LATEST version. If you don't specify the checksum field, or if the
checksum does not match the $LATEST version, you get a PreconditionFailedException
exception.
$LATEST version.
When you create a new bot alias, leave the checksum field blank. If you specify a checksum
you get a BadRequestException exception.
When you want to update a bot alias, set the checksum field to the checksum of the most
recent revision of the $LATEST version. If you don't specify the checksum
field, or if the checksum does not match the $LATEST version, you get a
PreconditionFailedException exception.
public PutBotAliasRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutBotAliasRequest.Builder,PutBotAliasRequest>toBuilder in class LexModelBuildingRequestpublic static PutBotAliasRequest.Builder builder()
public static Class<? extends PutBotAliasRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.