@Generated(value="software.amazon.awssdk:codegen") public final class BotExportSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotExportSpecification.Builder,BotExportSpecification>
Provided the identity of a the bot that was exported.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BotExportSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot assigned by Amazon Lex.
|
String |
botVersion()
The version of the bot that was exported.
|
static BotExportSpecification.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BotExportSpecification.Builder> |
serializableBuilderClass() |
BotExportSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The identifier of the bot assigned by Amazon Lex.
public final String botVersion()
The version of the bot that was exported. This will be either DRAFT or the version number.
DRAFT or the version number.public BotExportSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BotExportSpecification.Builder,BotExportSpecification>public static BotExportSpecification.Builder builder()
public static Class<? extends BotExportSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.