@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomVocabularyExportSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Provides the parameters required for exporting a custom vocabulary.
Constructor and Description |
---|
CustomVocabularyExportSpecification() |
Modifier and Type | Method and Description |
---|---|
CustomVocabularyExportSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot that contains the custom vocabulary to export.
|
String |
getBotVersion()
The version of the bot that contains the custom vocabulary to export.
|
String |
getLocaleId()
The locale of the bot that contains the custom vocabulary to export.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotId(String botId)
The identifier of the bot that contains the custom vocabulary to export.
|
void |
setBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to export.
|
void |
setLocaleId(String localeId)
The locale of the bot that contains the custom vocabulary to export.
|
String |
toString()
Returns a string representation of this object.
|
CustomVocabularyExportSpecification |
withBotId(String botId)
The identifier of the bot that contains the custom vocabulary to export.
|
CustomVocabularyExportSpecification |
withBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to export.
|
CustomVocabularyExportSpecification |
withLocaleId(String localeId)
The locale of the bot that contains the custom vocabulary to export.
|
public void setBotId(String botId)
The identifier of the bot that contains the custom vocabulary to export.
botId
- The identifier of the bot that contains the custom vocabulary to export.public String getBotId()
The identifier of the bot that contains the custom vocabulary to export.
public CustomVocabularyExportSpecification withBotId(String botId)
The identifier of the bot that contains the custom vocabulary to export.
botId
- The identifier of the bot that contains the custom vocabulary to export.public void setBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to export.
botVersion
- The version of the bot that contains the custom vocabulary to export.public String getBotVersion()
The version of the bot that contains the custom vocabulary to export.
public CustomVocabularyExportSpecification withBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to export.
botVersion
- The version of the bot that contains the custom vocabulary to export.public void setLocaleId(String localeId)
The locale of the bot that contains the custom vocabulary to export.
localeId
- The locale of the bot that contains the custom vocabulary to export.public String getLocaleId()
The locale of the bot that contains the custom vocabulary to export.
public CustomVocabularyExportSpecification withLocaleId(String localeId)
The locale of the bot that contains the custom vocabulary to export.
localeId
- The locale of the bot that contains the custom vocabulary to export.public String toString()
toString
in class Object
Object.toString()
public CustomVocabularyExportSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.