@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMedicalVocabulariesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListMedicalVocabulariesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
ListMedicalVocabularies operation returns a page of vocabularies at a time. |
String |
getStatus()
The requested vocabulary state.
|
List<VocabularyInfo> |
getVocabularies()
A list of objects that describe the vocabularies that match your search criteria.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
ListMedicalVocabularies operation returns a page of vocabularies at a time. |
void |
setStatus(String status)
The requested vocabulary state.
|
void |
setVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
String |
toString()
Returns a string representation of this object.
|
ListMedicalVocabulariesResult |
withNextToken(String nextToken)
The
ListMedicalVocabularies operation returns a page of vocabularies at a time. |
ListMedicalVocabulariesResult |
withStatus(String status)
The requested vocabulary state.
|
ListMedicalVocabulariesResult |
withStatus(VocabularyState status)
The requested vocabulary state.
|
ListMedicalVocabulariesResult |
withVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
ListMedicalVocabulariesResult |
withVocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The requested vocabulary state.
status - The requested vocabulary state.VocabularyStatepublic String getStatus()
The requested vocabulary state.
VocabularyStatepublic ListMedicalVocabulariesResult withStatus(String status)
The requested vocabulary state.
status - The requested vocabulary state.VocabularyStatepublic ListMedicalVocabulariesResult withStatus(VocabularyState status)
The requested vocabulary state.
status - The requested vocabulary state.VocabularyStatepublic void setNextToken(String nextToken)
The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum
number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in
the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the
next page of vocabularies, include the token in the next request to the ListMedicalVocabularies
operation .
nextToken - The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the
maximum number of vocabularies to return on a page with the MaxResults parameter. If there
are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage
token. To return the next page of vocabularies, include the token in the next request to the
ListMedicalVocabularies operation .public String getNextToken()
The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum
number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in
the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the
next page of vocabularies, include the token in the next request to the ListMedicalVocabularies
operation .
ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the
maximum number of vocabularies to return on a page with the MaxResults parameter. If there
are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage
token. To return the next page of vocabularies, include the token in the next request to the
ListMedicalVocabularies operation .public ListMedicalVocabulariesResult withNextToken(String nextToken)
The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum
number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in
the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the
next page of vocabularies, include the token in the next request to the ListMedicalVocabularies
operation .
nextToken - The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the
maximum number of vocabularies to return on a page with the MaxResults parameter. If there
are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage
token. To return the next page of vocabularies, include the token in the next request to the
ListMedicalVocabularies operation .public List<VocabularyInfo> getVocabularies()
A list of objects that describe the vocabularies that match your search criteria.
public void setVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
vocabularies - A list of objects that describe the vocabularies that match your search criteria.public ListMedicalVocabulariesResult withVocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
NOTE: This method appends the values to the existing list (if any). Use
setVocabularies(java.util.Collection) or withVocabularies(java.util.Collection) if you want to
override the existing values.
vocabularies - A list of objects that describe the vocabularies that match your search criteria.public ListMedicalVocabulariesResult withVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
vocabularies - A list of objects that describe the vocabularies that match your search criteria.public String toString()
toString in class ObjectObject.toString()public ListMedicalVocabulariesResult clone()
Copyright © 2021. All rights reserved.