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