@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotExportSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Provides the identity of a the bot that was exported.
Constructor and Description |
---|
BotExportSpecification() |
Modifier and Type | Method and Description |
---|---|
BotExportSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot assigned by Amazon Lex.
|
String |
getBotVersion()
The version of the bot that was exported.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotId(String botId)
The identifier of the bot assigned by Amazon Lex.
|
void |
setBotVersion(String botVersion)
The version of the bot that was exported.
|
String |
toString()
Returns a string representation of this object.
|
BotExportSpecification |
withBotId(String botId)
The identifier of the bot assigned by Amazon Lex.
|
BotExportSpecification |
withBotVersion(String botVersion)
The version of the bot that was exported.
|
public void setBotId(String botId)
The identifier of the bot assigned by Amazon Lex.
botId
- The identifier of the bot assigned by Amazon Lex.public String getBotId()
The identifier of the bot assigned by Amazon Lex.
public BotExportSpecification withBotId(String botId)
The identifier of the bot assigned by Amazon Lex.
botId
- The identifier of the bot assigned by Amazon Lex.public void setBotVersion(String botVersion)
The version of the bot that was exported. This will be either DRAFT
or the version number.
botVersion
- The version of the bot that was exported. This will be either DRAFT
or the version number.public String getBotVersion()
The version of the bot that was exported. This will be either DRAFT
or the version number.
DRAFT
or the version number.public BotExportSpecification withBotVersion(String botVersion)
The version of the bot that was exported. This will be either DRAFT
or the version number.
botVersion
- The version of the bot that was exported. This will be either DRAFT
or the version number.public String toString()
toString
in class Object
Object.toString()
public BotExportSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.