@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 each page of results.
|
String |
getNameContains()
Returns vocabularies whose names contain 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 vocabularies. |
String |
getStateEquals()
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of vocabularies to return in each page of results.
|
void |
setNameContains(String nameContains)
Returns vocabularies whose names contain 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 vocabularies. |
void |
setStateEquals(String stateEquals)
When specified, returns only 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 each page of results.
|
ListMedicalVocabulariesRequest |
withNameContains(String nameContains)
Returns vocabularies whose names contain 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 vocabularies. |
ListMedicalVocabulariesRequest |
withStateEquals(String stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary
state. |
ListMedicalVocabulariesRequest |
withStateEquals(VocabularyState stateEquals)
When specified, returns only 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 vocabularies.
nextToken - If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies.public String getNextToken()
If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies.
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies.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 vocabularies.
nextToken - If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies.public void setMaxResults(Integer maxResults)
The maximum number of vocabularies to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of vocabularies to return in each page of results. If there are fewer results than the
value you specify, only the actual results are returned. If you do not specify a value, the default of 5
is used.public Integer getMaxResults()
The maximum number of vocabularies to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
public ListMedicalVocabulariesRequest withMaxResults(Integer maxResults)
The maximum number of vocabularies to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of vocabularies to return in each page of results. If there are fewer results than the
value you specify, only the actual results are returned. If you do not specify a value, the default of 5
is used.public void setStateEquals(String stateEquals)
When specified, returns only vocabularies with the VocabularyState equal to the specified vocabulary
state. Use this field to see which vocabularies are ready for your medical transcription jobs.
stateEquals - When specified, returns only vocabularies with the VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs.VocabularyStatepublic String getStateEquals()
When specified, returns only vocabularies with the VocabularyState equal to the specified vocabulary
state. Use this field to see which vocabularies are ready for your medical transcription jobs.
VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs.VocabularyStatepublic ListMedicalVocabulariesRequest withStateEquals(String stateEquals)
When specified, returns only vocabularies with the VocabularyState equal to the specified vocabulary
state. Use this field to see which vocabularies are ready for your medical transcription jobs.
stateEquals - When specified, returns only vocabularies with the VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs.VocabularyStatepublic ListMedicalVocabulariesRequest withStateEquals(VocabularyState stateEquals)
When specified, returns only vocabularies with the VocabularyState equal to the specified vocabulary
state. Use this field to see which vocabularies are ready for your medical transcription jobs.
stateEquals - When specified, returns only vocabularies with the VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs.VocabularyStatepublic void setNameContains(String nameContains)
Returns vocabularies whose names contain the specified string. The search is not case sensitive.
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName
".
nameContains - Returns vocabularies whose names contain the specified string. The search is not case sensitive.
ListMedicalVocabularies returns both "vocabularyname" and "
VocabularyName".public String getNameContains()
Returns vocabularies whose names contain the specified string. The search is not case sensitive.
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName
".
ListMedicalVocabularies returns both "vocabularyname" and "
VocabularyName".public ListMedicalVocabulariesRequest withNameContains(String nameContains)
Returns vocabularies whose names contain the specified string. The search is not case sensitive.
ListMedicalVocabularies returns both "vocabularyname" and "VocabularyName
".
nameContains - Returns vocabularies whose names contain the specified string. The search is not case sensitive.
ListMedicalVocabularies returns both "vocabularyname" and "
VocabularyName".public String toString()
toString in class ObjectObject.toString()public ListMedicalVocabulariesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.