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