public class ListMedicalVocabulariesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListMedicalVocabulariesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The
ListMedicalVocabularies operation returns a page of
vocabularies at a time. |
java.lang.String |
getStatus()
The requested vocabulary state.
|
java.util.List<VocabularyInfo> |
getVocabularies()
A list of objects that describe the vocabularies that match your search
criteria.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The
ListMedicalVocabularies operation returns a page of
vocabularies at a time. |
void |
setStatus(java.lang.String status)
The requested vocabulary state.
|
void |
setStatus(VocabularyState status)
The requested vocabulary state.
|
void |
setVocabularies(java.util.Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search
criteria.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMedicalVocabulariesResult |
withNextToken(java.lang.String nextToken)
The
ListMedicalVocabularies operation returns a page of
vocabularies at a time. |
ListMedicalVocabulariesResult |
withStatus(java.lang.String status)
The requested vocabulary state.
|
ListMedicalVocabulariesResult |
withStatus(VocabularyState status)
The requested vocabulary state.
|
ListMedicalVocabulariesResult |
withVocabularies(java.util.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.
|
public java.lang.String getStatus()
The requested vocabulary state.
Constraints:
Allowed Values: PENDING, READY, FAILED
The requested vocabulary state.
VocabularyState
public void setStatus(java.lang.String status)
The requested vocabulary state.
Constraints:
Allowed Values: PENDING, READY, FAILED
status
- The requested vocabulary state.
VocabularyState
public ListMedicalVocabulariesResult withStatus(java.lang.String status)
The requested vocabulary state.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, READY, FAILED
status
- The requested vocabulary state.
VocabularyState
public void setStatus(VocabularyState status)
The requested vocabulary state.
Constraints:
Allowed Values: PENDING, READY, FAILED
status
- The requested vocabulary state.
VocabularyState
public ListMedicalVocabulariesResult withStatus(VocabularyState status)
The requested vocabulary state.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, READY, FAILED
status
- The requested vocabulary state.
VocabularyState
public java.lang.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 .
Constraints:
Length: - 8192
Pattern: .+
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 void setNextToken(java.lang.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 .
Constraints:
Length: - 8192
Pattern: .+
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 ListMedicalVocabulariesResult withNextToken(java.lang.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 .
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: .+
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 java.util.List<VocabularyInfo> getVocabularies()
A list of objects that describe the vocabularies that match your search criteria.
A list of objects that describe the vocabularies that match your search criteria.
public void setVocabularies(java.util.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.
Returns a reference to this object so that method calls can be chained together.
vocabularies
- A list of objects that describe the vocabularies that match your search criteria.
public ListMedicalVocabulariesResult withVocabularies(java.util.Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
Returns a reference to this object so that method calls can be chained together.
vocabularies
- A list of objects that describe the vocabularies that match your search criteria.
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.