@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMedicalVocabulariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListMedicalVocabulariesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of vocabularies to return in the response.
|
String |
getNameContains()
Returns vocabularies in the list whose name contains the specified string.
|
String |
getNextToken()
If the result of your previous request to
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
String |
getStateEquals()
When specified, only returns vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
|
void |
setNameContains(String nameContains)
Returns vocabularies in the list whose name contains the specified string.
|
void |
setNextToken(String nextToken)
If the result of your previous request to
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
void |
setStateEquals(String stateEquals)
When specified, only returns vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
String |
toString()
Returns a string representation of this object.
|
ListMedicalVocabulariesRequest |
withMaxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
|
ListMedicalVocabulariesRequest |
withNameContains(String nameContains)
Returns vocabularies in the list whose name contains the specified string.
|
ListMedicalVocabulariesRequest |
withNextToken(String nextToken)
If the result of your previous request to
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs. |
ListMedicalVocabulariesRequest |
withStateEquals(String stateEquals)
When specified, only returns vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
ListMedicalVocabulariesRequest |
withStateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
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 setNextToken(String nextToken)
If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs.public String getNextToken()
If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs.
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs.public ListMedicalVocabulariesRequest withNextToken(String nextToken)
If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of jobs.public void setMaxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
maxResults - The maximum number of vocabularies to return in the response.public Integer getMaxResults()
The maximum number of vocabularies to return in the response.
public ListMedicalVocabulariesRequest withMaxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
maxResults - The maximum number of vocabularies to return in the response.public void setStateEquals(String stateEquals)
When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary
state.
stateEquals - When specified, only returns vocabularies with the VocabularyState equal to the specified
vocabulary state.VocabularyStatepublic String getStateEquals()
When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary
state.
VocabularyState equal to the specified
vocabulary state.VocabularyStatepublic ListMedicalVocabulariesRequest withStateEquals(String stateEquals)
When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary
state.
stateEquals - When specified, only returns vocabularies with the VocabularyState equal to the specified
vocabulary state.VocabularyStatepublic ListMedicalVocabulariesRequest withStateEquals(VocabularyState stateEquals)
When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary
state.
stateEquals - When specified, only returns vocabularies with the VocabularyState equal to the specified
vocabulary state.VocabularyStatepublic void setNameContains(String nameContains)
Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive,
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName" in the response list.
nameContains - Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive,
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName" in the response
list.public String getNameContains()
Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive,
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName" in the response list.
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName"
in the response list.public ListMedicalVocabulariesRequest withNameContains(String nameContains)
Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive,
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName" in the response list.
nameContains - Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive,
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName" in the response
list.public String toString()
toString in class ObjectObject.toString()public ListMedicalVocabulariesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.