@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 identifier of the bot associated with this custom vocabulary.
|
String |
getBotVersion()
The identifier of the version of the bot associated with this custom vocabulary.
|
List<CustomVocabularyEntryId> |
getCustomVocabularyItemList()
A list of custom vocabulary items requested to be deleted.
|
String |
getLocaleId()
The identifier of the language and locale where this custom vocabulary is used.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
void |
setBotVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
void |
setCustomVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteCustomVocabularyItemRequest |
withBotId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
BatchDeleteCustomVocabularyItemRequest |
withBotVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
BatchDeleteCustomVocabularyItemRequest |
withCustomVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
BatchDeleteCustomVocabularyItemRequest |
withCustomVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
BatchDeleteCustomVocabularyItemRequest |
withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
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 identifier of the bot associated with this custom vocabulary.
botId
- The identifier of the bot associated with this custom vocabulary.public String getBotId()
The identifier of the bot associated with this custom vocabulary.
public BatchDeleteCustomVocabularyItemRequest withBotId(String botId)
The identifier of the bot associated with this custom vocabulary.
botId
- The identifier of the bot associated with this custom vocabulary.public void setBotVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
botVersion
- The identifier of the version of the bot associated with this custom vocabulary.public String getBotVersion()
The identifier of the version of the bot associated with this custom vocabulary.
public BatchDeleteCustomVocabularyItemRequest withBotVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
botVersion
- The identifier of the version of the bot associated with this custom vocabulary.public void setLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages .
localeId
- The identifier of the language and locale where this custom vocabulary is used. The string must match one
of the supported locales. For more information, see Supported Languages .public String getLocaleId()
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages .
public BatchDeleteCustomVocabularyItemRequest withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages .
localeId
- The identifier of the language and locale where this custom vocabulary is used. The string must match one
of the supported locales. For more information, see Supported Languages .public List<CustomVocabularyEntryId> getCustomVocabularyItemList()
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
public void setCustomVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
customVocabularyItemList
- A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom
vocabulary entry identifier.public BatchDeleteCustomVocabularyItemRequest withCustomVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
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
- A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom
vocabulary entry identifier.public BatchDeleteCustomVocabularyItemRequest withCustomVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom vocabulary entry identifier.
customVocabularyItemList
- A list of custom vocabulary items requested to be deleted. Each entry must contain the unique custom
vocabulary entry identifier.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteCustomVocabularyItemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()