@Generated(value="software.amazon.awssdk:codegen") public final class CreateBotVersionRequest extends LexModelBuildingRequest implements ToCopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBotVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateBotVersionRequest.Builder |
builder() |
String |
checksum()
Identifies a specific revision of the
$LATEST version of the bot. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the bot that you want to create a new version of.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBotVersionRequest.Builder> |
serializableBuilderClass() |
CreateBotVersionRequest.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 bot that you want to create a new version of. The name is case sensitive.
public final 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()
toBuilder in interface ToCopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>toBuilder in class LexModelBuildingRequestpublic static CreateBotVersionRequest.Builder builder()
public static Class<? extends CreateBotVersionRequest.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.