@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVocabularyFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetVocabularyFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyFilterRequest |
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 for which to return information.
|
int |
hashCode() |
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter for which to return information.
|
String |
toString()
Returns a string representation of this object.
|
GetVocabularyFilterRequest |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter for which to return information.
|
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 for which to return information.
vocabularyFilterName - The name of the vocabulary filter for which to return information.public String getVocabularyFilterName()
The name of the vocabulary filter for which to return information.
public GetVocabularyFilterRequest withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter for which to return information.
vocabularyFilterName - The name of the vocabulary filter for which to return information.public String toString()
toString in class ObjectObject.toString()public GetVocabularyFilterRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()