@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()
For responses, this returns true if the service returned a value for the Tags property.
|
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()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
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 © 2023. All rights reserved.