Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutBotAliasRequest.Builder,PutBotAliasRequest>
@Generated("software.amazon.awssdk:codegen") public class PutBotAliasRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutBotAliasRequest.Builder,PutBotAliasRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutBotAliasRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
String |
name() |
The name of the alias.
|
static Class<? extends PutBotAliasRequest.Builder> |
serializableBuilderClass() |
|
PutBotAliasRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutBotAliasRequest.Builder,PutBotAliasRequest>
public static PutBotAliasRequest.Builder builder()
public static Class<? extends PutBotAliasRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.