public class ListMedicalVocabulariesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
Constructor and Description |
---|
ListMedicalVocabulariesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of vocabularies to return in the response.
|
java.lang.String |
getNameContains()
Returns vocabularies whose names contain the specified string.
|
java.lang.String |
getNextToken()
If the result of your previous request to
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies. |
java.lang.String |
getStateEquals()
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary state. |
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of vocabularies to return in the response.
|
void |
setNameContains(java.lang.String nameContains)
Returns vocabularies whose names contain the specified string.
|
void |
setNextToken(java.lang.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(java.lang.String stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary state. |
void |
setStateEquals(VocabularyState stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified vocabulary state. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMedicalVocabulariesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of vocabularies to return in the response.
|
ListMedicalVocabulariesRequest |
withNameContains(java.lang.String nameContains)
Returns vocabularies whose names contain the specified string.
|
ListMedicalVocabulariesRequest |
withNextToken(java.lang.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(java.lang.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. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
If the result of your previous request to
ListMedicalVocabularies
was truncated, include the
NextToken
to fetch the next set of vocabularies.
Constraints:
Length: - 8192
Pattern: .+
If the result of your previous request to
ListMedicalVocabularies
was truncated, include the
NextToken
to fetch the next set of vocabularies.
public void setNextToken(java.lang.String nextToken)
If the result of your previous request to
ListMedicalVocabularies
was truncated, include the
NextToken
to fetch the next set of vocabularies.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
If the result of your previous request to
ListMedicalVocabularies
was truncated, include
the NextToken
to fetch the next set of
vocabularies.
public ListMedicalVocabulariesRequest withNextToken(java.lang.String nextToken)
If the result of your previous request to
ListMedicalVocabularies
was truncated, include the
NextToken
to fetch the next set of vocabularies.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
If the result of your previous request to
ListMedicalVocabularies
was truncated, include
the NextToken
to fetch the next set of
vocabularies.
public java.lang.Integer getMaxResults()
The maximum number of vocabularies to return in the response.
Constraints:
Range: 1 - 100
The maximum number of vocabularies to return in the response.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of vocabularies to return in the response.
Constraints:
Range: 1 - 100
maxResults
- The maximum number of vocabularies to return in the response.
public ListMedicalVocabulariesRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of vocabularies to return in the response.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
maxResults
- The maximum number of vocabularies to return in the response.
public java.lang.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.
Constraints:
Allowed Values: PENDING, READY, FAILED
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
public void setStateEquals(java.lang.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.
Constraints:
Allowed Values: PENDING, READY, FAILED
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.
VocabularyState
public ListMedicalVocabulariesRequest withStateEquals(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, READY, FAILED
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.
VocabularyState
public void setStateEquals(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.
Constraints:
Allowed Values: PENDING, READY, FAILED
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.
VocabularyState
public 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, READY, FAILED
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.
VocabularyState
public java.lang.String getNameContains()
Returns vocabularies whose names contain the specified string. The search
is not case sensitive. ListMedicalVocabularies
returns both
"vocabularyname
" and "VocabularyName
".
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
Returns vocabularies whose names contain the specified string.
The search is not case sensitive.
ListMedicalVocabularies
returns both "
vocabularyname
" and "VocabularyName
".
public void setNameContains(java.lang.String nameContains)
Returns vocabularies whose names contain the specified string. The search
is not case sensitive. ListMedicalVocabularies
returns both
"vocabularyname
" and "VocabularyName
".
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
nameContains
-
Returns vocabularies whose names contain the specified string.
The search is not case sensitive.
ListMedicalVocabularies
returns both "
vocabularyname
" and "VocabularyName
".
public ListMedicalVocabulariesRequest withNameContains(java.lang.String nameContains)
Returns vocabularies whose names contain the specified string. The search
is not case sensitive. ListMedicalVocabularies
returns both
"vocabularyname
" and "VocabularyName
".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
nameContains
-
Returns vocabularies whose names contain the specified string.
The search is not case sensitive.
ListMedicalVocabularies
returns both "
vocabularyname
" and "VocabularyName
".
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.