@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. |
ConversationLogsRequest |
conversationLogs()
Settings for conversation logs for the alias.
|
String |
description()
A description of the alias.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
name()
The name of the alias.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutBotAliasRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of tags to add to the bot alias.
|
PutBotAliasRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the alias. The name is not case sensitive.
public final String description()
A description of the alias.
public final String botVersion()
The version of the bot.
public final String botName()
The name of the bot.
public final 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 final ConversationLogsRequest conversationLogs()
Settings for conversation logs for the alias.
public final boolean hasTags()
public final List<Tag> tags()
A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the
PutBotAlias operation to update the tags on a bot alias. To update tags, use the
TagResource operation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
PutBotAlias operation to update the tags on a bot alias. To update tags, use the
TagResource operation.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 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 © 2021. All rights reserved.