Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateBotVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateBotVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateBotVersionRequest.Builder |
builder() |
|
String |
checksum() |
Identifies a specific revision of the
$LATEST version of the bot. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the bot that you want to create a new version of.
|
static Class<? extends CreateBotVersionRequest.Builder> |
serializableBuilderClass() |
|
CreateBotVersionRequest.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 bot that you want to create a new version of. The name is case sensitive.
public String checksum()
Identifies a specific revision of the $LATEST
version of the bot. If you specify a checksum and the
$LATEST
version of the bot has a different checksum, a PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex
publishes the $LATEST
version.
$LATEST
version of the bot. If you specify a checksum
and the $LATEST
version of the bot has a different checksum, a
PreconditionFailedException
exception is returned and Amazon Lex doesn't publish a new
version. If you don't specify a checksum, Amazon Lex publishes the $LATEST
version.public CreateBotVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>
public static CreateBotVersionRequest.Builder builder()
public static Class<? extends CreateBotVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.