@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteVocabularyResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteVocabularyResult |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The current state of the custom vocabulary.
|
String |
getVocabularyArn()
The Amazon Resource Name (ARN) of the custom vocabulary.
|
String |
getVocabularyId()
The identifier of the custom vocabulary.
|
int |
hashCode() |
void |
setState(String state)
The current state of the custom vocabulary.
|
void |
setVocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
void |
setVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVocabularyResult |
withState(String state)
The current state of the custom vocabulary.
|
DeleteVocabularyResult |
withState(VocabularyState state)
The current state of the custom vocabulary.
|
DeleteVocabularyResult |
withVocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
DeleteVocabularyResult |
withVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
vocabularyArn - The Amazon Resource Name (ARN) of the custom vocabulary.public String getVocabularyArn()
The Amazon Resource Name (ARN) of the custom vocabulary.
public DeleteVocabularyResult withVocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
vocabularyArn - The Amazon Resource Name (ARN) of the custom vocabulary.public void setVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
vocabularyId - The identifier of the custom vocabulary.public String getVocabularyId()
The identifier of the custom vocabulary.
public DeleteVocabularyResult withVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
vocabularyId - The identifier of the custom vocabulary.public void setState(String state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyStatepublic String getState()
The current state of the custom vocabulary.
VocabularyStatepublic DeleteVocabularyResult withState(String state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyStatepublic DeleteVocabularyResult withState(VocabularyState state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyStatepublic String toString()
toString in class ObjectObject.toString()public DeleteVocabularyResult clone()