public class ListVocabulariesResult extends Object implements Serializable
| Constructor and Description |
|---|
ListVocabulariesResult() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setStatus(TranscriptionJobStatus 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; useful for testing and
debugging.
|
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.
|
public String getStatus()
The requested vocabulary state.
Constraints:
Allowed Values: IN_PROGRESS, FAILED, COMPLETED
The requested vocabulary state.
TranscriptionJobStatuspublic void setStatus(String status)
The requested vocabulary state.
Constraints:
Allowed Values: IN_PROGRESS, FAILED, COMPLETED
status - The requested vocabulary state.
TranscriptionJobStatuspublic ListVocabulariesResult withStatus(String status)
The requested vocabulary state.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: IN_PROGRESS, FAILED, COMPLETED
status - The requested vocabulary state.
TranscriptionJobStatuspublic void setStatus(TranscriptionJobStatus status)
The requested vocabulary state.
Constraints:
Allowed Values: IN_PROGRESS, FAILED, COMPLETED
status - The requested vocabulary state.
TranscriptionJobStatuspublic ListVocabulariesResult withStatus(TranscriptionJobStatus status)
The requested vocabulary state.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: IN_PROGRESS, FAILED, COMPLETED
status - The requested vocabulary state.
TranscriptionJobStatuspublic 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.
Constraints:
Length: - 8192
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 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.
Constraints:
Length: - 8192
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 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
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.
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.
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 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.
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 the search criteria in the request.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.