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