@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVocabularyFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteVocabularyFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteVocabularyFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getVocabularyFilterName()
The name of the vocabulary filter you want to delete.
|
int |
hashCode() |
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVocabularyFilterRequest |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to delete.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to delete. Vocabulary filter names are case-sensitive.
vocabularyFilterName - The name of the vocabulary filter you want to delete. Vocabulary filter names are case-sensitive.public String getVocabularyFilterName()
The name of the vocabulary filter you want to delete. Vocabulary filter names are case-sensitive.
public DeleteVocabularyFilterRequest withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to delete. Vocabulary filter names are case-sensitive.
vocabularyFilterName - The name of the vocabulary filter you want to delete. Vocabulary filter names are case-sensitive.public String toString()
toString in class ObjectObject.toString()public DeleteVocabularyFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.