@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVocabulariesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListVocabulariesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
ListVocabularies 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
ListVocabularies 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.
|
ListVocabulariesResult |
withNextToken(String nextToken)
The
ListVocabularies operation returns a page of vocabularies at a time. |
ListVocabulariesResult |
withStatus(String status)
The requested vocabulary state.
|
ListVocabulariesResult |
withStatus(TranscriptionJobStatus status)
The requested vocabulary state.
|
ListVocabulariesResult |
withVocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
ListVocabulariesResult |
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.TranscriptionJobStatuspublic String getStatus()
The requested vocabulary state.
TranscriptionJobStatuspublic ListVocabulariesResult withStatus(String status)
The requested vocabulary state.
status - The requested vocabulary state.TranscriptionJobStatuspublic ListVocabulariesResult withStatus(TranscriptionJobStatus status)
The requested vocabulary state.
status - The requested vocabulary state.TranscriptionJobStatuspublic void setNextToken(String nextToken)
The ListVocabularies 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 returns the NextPage token. Include the token in the next request to the
ListVocabularies operation to return in the next page of jobs.
nextToken - The ListVocabularies 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 returns the NextPage token. Include the token in the next request to
the ListVocabularies operation to return in the next page of jobs.public String getNextToken()
The ListVocabularies 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 returns the NextPage token. Include the token in the next request to the
ListVocabularies operation to return in the next page of jobs.
ListVocabularies 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 returns the NextPage token. Include the token in the next
request to the ListVocabularies operation to return in the next page of jobs.public ListVocabulariesResult withNextToken(String nextToken)
The ListVocabularies 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 returns the NextPage token. Include the token in the next request to the
ListVocabularies operation to return in the next page of jobs.
nextToken - The ListVocabularies 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 returns the NextPage token. Include the token in the next request to
the ListVocabularies operation to return in 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 ListVocabulariesResult 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 ListVocabulariesResult 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 ListVocabulariesResult clone()
Copyright © 2020. All rights reserved.