@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 the search criteria in the request.
|
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 the search criteria in the request.
|
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 the search criteria in the request.
|
ListMedicalVocabulariesResult |
withVocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
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. The maximum size of
the page is set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the
ListMedicalVocabularies operation to return the next page of jobs.
nextToken - The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum
size of the page is set by the MaxResults parameter. If there are more jobs in the list than
the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the
next request to the ListMedicalVocabularies operation to return the next page of jobs.public String getNextToken()
The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of
the page is set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the
ListMedicalVocabularies operation to return the next page of jobs.
ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum
size of the page is set by the MaxResults parameter. If there are more jobs in the list than
the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in
the next request to the ListMedicalVocabularies operation to return the next page of jobs.public ListMedicalVocabulariesResult withNextToken(String nextToken)
The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of
the page is set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the
ListMedicalVocabularies operation to return the next page of jobs.
nextToken - The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum
size of the page is set by the MaxResults parameter. If there are more jobs in the list than
the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the
next request to the ListMedicalVocabularies operation to return the next page of jobs.public List<VocabularyInfo> getVocabularies()
A list of objects that describe the vocabularies that match the search criteria in the request.
public void setVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
vocabularies - A list of objects that describe the vocabularies that match the search criteria in the request.public ListMedicalVocabulariesResult withVocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
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 the search criteria in the request.public ListMedicalVocabulariesResult withVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
vocabularies - A list of objects that describe the vocabularies that match the search criteria in the request.public String toString()
toString in class ObjectObject.toString()public ListMedicalVocabulariesResult clone()
Copyright © 2020. All rights reserved.