@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getVocabularyFilterName()
The name of the vocabulary filter to remove.
|
int |
hashCode() |
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to remove.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVocabularyFilterRequest |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter 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, withSdkRequestTimeoutpublic void setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to remove.
vocabularyFilterName - The name of the vocabulary filter to remove.public String getVocabularyFilterName()
The name of the vocabulary filter to remove.
public DeleteVocabularyFilterRequest withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to remove.
vocabularyFilterName - The name of the vocabulary filter to remove.public String toString()
toString in class ObjectObject.toString()public DeleteVocabularyFilterRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()