@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateCustomVocabularyItemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchCreateCustomVocabularyItemRequest() |
Modifier and Type | Method and Description |
---|---|
BatchCreateCustomVocabularyItemRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot to batch create the custom vocabulary item for.
|
String |
getBotVersion()
The bot version of the bot to batch create the custom vocabulary item for.
|
List<NewCustomVocabularyItem> |
getCustomVocabularyItemList()
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
String |
getLocaleId()
The unique locale identifier of the bot to batch create the custom vocabulary item for.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot to batch create the custom vocabulary item for.
|
void |
setBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item for.
|
void |
setCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
void |
setLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item for.
|
String |
toString()
Returns a string representation of this object.
|
BatchCreateCustomVocabularyItemRequest |
withBotId(String botId)
The unique identifier of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest |
withBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest |
withCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest |
withCustomVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest |
withLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public BatchCreateCustomVocabularyItemRequest()
public void setBotId(String botId)
The unique identifier of the bot to batch create the custom vocabulary item for.
botId
- The unique identifier of the bot to batch create the custom vocabulary item for.public String getBotId()
The unique identifier of the bot to batch create the custom vocabulary item for.
public BatchCreateCustomVocabularyItemRequest withBotId(String botId)
The unique identifier of the bot to batch create the custom vocabulary item for.
botId
- The unique identifier of the bot to batch create the custom vocabulary item for.public void setBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item for.
botVersion
- The bot version of the bot to batch create the custom vocabulary item for.public String getBotVersion()
The bot version of the bot to batch create the custom vocabulary item for.
public BatchCreateCustomVocabularyItemRequest withBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item for.
botVersion
- The bot version of the bot to batch create the custom vocabulary item for.public void setLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item for.
localeId
- The unique locale identifier of the bot to batch create the custom vocabulary item for.public String getLocaleId()
The unique locale identifier of the bot to batch create the custom vocabulary item for.
public BatchCreateCustomVocabularyItemRequest withLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item for.
localeId
- The unique locale identifier of the bot to batch create the custom vocabulary item for.public List<NewCustomVocabularyItem> getCustomVocabularyItemList()
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
public void setCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
customVocabularyItemList
- The custom vocabulary item list of the bot to batch create the custom vocabulary item for.public BatchCreateCustomVocabularyItemRequest withCustomVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
NOTE: This method appends the values to the existing list (if any). Use
setCustomVocabularyItemList(java.util.Collection)
or
withCustomVocabularyItemList(java.util.Collection)
if you want to override the existing values.
customVocabularyItemList
- The custom vocabulary item list of the bot to batch create the custom vocabulary item for.public BatchCreateCustomVocabularyItemRequest withCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
customVocabularyItemList
- The custom vocabulary item list of the bot to batch create the custom vocabulary item for.public String toString()
toString
in class Object
Object.toString()
public BatchCreateCustomVocabularyItemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()