@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteCustomVocabularyResult() |
Modifier and Type | Method and Description |
---|---|
DeleteCustomVocabularyResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot that the custom vocabulary was removed from.
|
String |
getBotVersion()
The version of the bot that the custom vocabulary was removed from.
|
String |
getCustomVocabularyStatus()
The status of removing the custom vocabulary.
|
String |
getLocaleId()
The locale identifier for the locale that the custom vocabulary was removed from.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
|
void |
setBotVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
|
void |
setCustomVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
|
void |
setLocaleId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomVocabularyResult |
withBotId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResult |
withBotVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResult |
withCustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResult |
withCustomVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResult |
withLocaleId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
botId
- The identifier of the bot that the custom vocabulary was removed from.public String getBotId()
The identifier of the bot that the custom vocabulary was removed from.
public DeleteCustomVocabularyResult withBotId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
botId
- The identifier of the bot that the custom vocabulary was removed from.public void setBotVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
botVersion
- The version of the bot that the custom vocabulary was removed from.public String getBotVersion()
The version of the bot that the custom vocabulary was removed from.
public DeleteCustomVocabularyResult withBotVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
botVersion
- The version of the bot that the custom vocabulary was removed from.public void setLocaleId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
localeId
- The locale identifier for the locale that the custom vocabulary was removed from.public String getLocaleId()
The locale identifier for the locale that the custom vocabulary was removed from.
public DeleteCustomVocabularyResult withLocaleId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
localeId
- The locale identifier for the locale that the custom vocabulary was removed from.public void setCustomVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
customVocabularyStatus
- The status of removing the custom vocabulary.CustomVocabularyStatus
public String getCustomVocabularyStatus()
The status of removing the custom vocabulary.
CustomVocabularyStatus
public DeleteCustomVocabularyResult withCustomVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
customVocabularyStatus
- The status of removing the custom vocabulary.CustomVocabularyStatus
public DeleteCustomVocabularyResult withCustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of removing the custom vocabulary.
customVocabularyStatus
- The status of removing the custom vocabulary.CustomVocabularyStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteCustomVocabularyResult clone()