@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateCustomVocabularyItemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchUpdateCustomVocabularyItemRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot to the batch update request for the custom vocabulary item.
|
String |
getBotVersion()
The bot version of the bot to the batch update request for the custom vocabulary item.
|
List<CustomVocabularyItem> |
getCustomVocabularyItemList()
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
String |
getLocaleId()
The locale identifier of the bot to the batch update request for the custom vocabulary item.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot to the batch update request for the custom vocabulary item.
|
void |
setBotVersion(String botVersion)
The bot version of the bot to the batch update request for the custom vocabulary item.
|
void |
setCustomVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
void |
setLocaleId(String localeId)
The locale identifier of the bot to the batch update request for the custom vocabulary item.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateCustomVocabularyItemRequest |
withBotId(String botId)
The unique identifier of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest |
withBotVersion(String botVersion)
The bot version of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest |
withCustomVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest |
withCustomVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest |
withLocaleId(String localeId)
The locale identifier of the bot to the batch update request for the custom vocabulary item.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic BatchUpdateCustomVocabularyItemRequest()
public void setBotId(String botId)
The unique identifier of the bot to the batch update request for the custom vocabulary item.
botId - The unique identifier of the bot to the batch update request for the custom vocabulary item.public String getBotId()
The unique identifier of the bot to the batch update request for the custom vocabulary item.
public BatchUpdateCustomVocabularyItemRequest withBotId(String botId)
The unique identifier of the bot to the batch update request for the custom vocabulary item.
botId - The unique identifier of the bot to the batch update request for the custom vocabulary item.public void setBotVersion(String botVersion)
The bot version of the bot to the batch update request for the custom vocabulary item.
botVersion - The bot version of the bot to the batch update request for the custom vocabulary item.public String getBotVersion()
The bot version of the bot to the batch update request for the custom vocabulary item.
public BatchUpdateCustomVocabularyItemRequest withBotVersion(String botVersion)
The bot version of the bot to the batch update request for the custom vocabulary item.
botVersion - The bot version of the bot to the batch update request for the custom vocabulary item.public void setLocaleId(String localeId)
The locale identifier of the bot to the batch update request for the custom vocabulary item.
localeId - The locale identifier of the bot to the batch update request for the custom vocabulary item.public String getLocaleId()
The locale identifier of the bot to the batch update request for the custom vocabulary item.
public BatchUpdateCustomVocabularyItemRequest withLocaleId(String localeId)
The locale identifier of the bot to the batch update request for the custom vocabulary item.
localeId - The locale identifier of the bot to the batch update request for the custom vocabulary item.public List<CustomVocabularyItem> getCustomVocabularyItemList()
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
public void setCustomVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
customVocabularyItemList - The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.public BatchUpdateCustomVocabularyItemRequest withCustomVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
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 the batch update request for the custom vocabulary item.public BatchUpdateCustomVocabularyItemRequest withCustomVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
customVocabularyItemList - The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.public String toString()
toString in class ObjectObject.toString()public BatchUpdateCustomVocabularyItemRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.