@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateCustomVocabularyItemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchCreateCustomVocabularyItemResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateCustomVocabularyItemResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot to batch create response for the custom vocabulary item.
|
String |
getBotVersion()
The bot version of the bot to batch create the custom vocabulary item response for.
|
List<FailedCustomVocabularyItem> |
getErrors()
The errors of the action to batch create the custom vocabulary item response for a bot.
|
String |
getLocaleId()
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
|
List<CustomVocabularyItem> |
getResources()
The resources of the action to batch create the custom vocabulary item response for a bot.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot to batch create response for the custom vocabulary item.
|
void |
setBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item response for.
|
void |
setErrors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
void |
setLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
|
void |
setResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
String |
toString()
Returns a string representation of this object.
|
BatchCreateCustomVocabularyItemResult |
withBotId(String botId)
The unique identifier of the bot to batch create response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResult |
withBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item response for.
|
BatchCreateCustomVocabularyItemResult |
withErrors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResult |
withErrors(FailedCustomVocabularyItem... errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResult |
withLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
|
BatchCreateCustomVocabularyItemResult |
withResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResult |
withResources(CustomVocabularyItem... resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic BatchCreateCustomVocabularyItemResult()
public void setBotId(String botId)
The unique identifier of the bot to batch create response for the custom vocabulary item.
botId - The unique identifier of the bot to batch create response for the custom vocabulary item.public String getBotId()
The unique identifier of the bot to batch create response for the custom vocabulary item.
public BatchCreateCustomVocabularyItemResult withBotId(String botId)
The unique identifier of the bot to batch create response for the custom vocabulary item.
botId - The unique identifier of the bot to batch create response for the custom vocabulary item.public void setBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item response for.
botVersion - The bot version of the bot to batch create the custom vocabulary item response for.public String getBotVersion()
The bot version of the bot to batch create the custom vocabulary item response for.
public BatchCreateCustomVocabularyItemResult withBotVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item response for.
botVersion - The bot version of the bot to batch create the custom vocabulary item response for.public void setLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
localeId - The unique locale identifier of the bot to batch create the custom vocabulary item response for.public String getLocaleId()
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
public BatchCreateCustomVocabularyItemResult withLocaleId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
localeId - The unique locale identifier of the bot to batch create the custom vocabulary item response for.public List<FailedCustomVocabularyItem> getErrors()
The errors of the action to batch create the custom vocabulary item response for a bot.
public void setErrors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
errors - The errors of the action to batch create the custom vocabulary item response for a bot.public BatchCreateCustomVocabularyItemResult withErrors(FailedCustomVocabularyItem... errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - The errors of the action to batch create the custom vocabulary item response for a bot.public BatchCreateCustomVocabularyItemResult withErrors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
errors - The errors of the action to batch create the custom vocabulary item response for a bot.public List<CustomVocabularyItem> getResources()
The resources of the action to batch create the custom vocabulary item response for a bot.
public void setResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
resources - The resources of the action to batch create the custom vocabulary item response for a bot.public BatchCreateCustomVocabularyItemResult withResources(CustomVocabularyItem... resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection) or withResources(java.util.Collection) if you want to
override the existing values.
resources - The resources of the action to batch create the custom vocabulary item response for a bot.public BatchCreateCustomVocabularyItemResult withResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
resources - The resources of the action to batch create the custom vocabulary item response for a bot.public String toString()
toString in class ObjectObject.toString()public BatchCreateCustomVocabularyItemResult clone()
Copyright © 2023. All rights reserved.