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