@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(VocabularyState 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, setSdkResponseMetadata
public void setStatus(String status)
The requested vocabulary state.
status
- The requested vocabulary state.VocabularyState
public String getStatus()
The requested vocabulary state.
VocabularyState
public ListVocabulariesResult withStatus(String status)
The requested vocabulary state.
status
- The requested vocabulary state.VocabularyState
public ListVocabulariesResult withStatus(VocabularyState status)
The requested vocabulary state.
status
- The requested vocabulary state.VocabularyState
public void setNextToken(String nextToken)
The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the
page is set in the MaxResults
parameter. If there are more jobs in the list than will fit on the
page, Amazon Transcribe returns the NextPage
token. To return in the next page of jobs, include the
token in the next request to the ListVocabularies
operation.
nextToken
- The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of
the page is set in the MaxResults
parameter. If there are more jobs in the list than will fit
on the page, Amazon Transcribe returns the NextPage
token. To return in the next page of
jobs, include the token in the next request to the ListVocabularies
operation.public String getNextToken()
The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the
page is set in the MaxResults
parameter. If there are more jobs in the list than will fit on the
page, Amazon Transcribe returns the NextPage
token. To return in the next page of jobs, include the
token in the next request to the ListVocabularies
operation.
ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of
the page is set in the MaxResults
parameter. If there are more jobs in the list than will
fit on the page, Amazon Transcribe returns the NextPage
token. To return in the next page of
jobs, include the token in the next request to the ListVocabularies
operation.public ListVocabulariesResult withNextToken(String nextToken)
The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the
page is set in the MaxResults
parameter. If there are more jobs in the list than will fit on the
page, Amazon Transcribe returns the NextPage
token. To return in the next page of jobs, include the
token in the next request to the ListVocabularies
operation.
nextToken
- The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of
the page is set in the MaxResults
parameter. If there are more jobs in the list than will fit
on the page, Amazon Transcribe returns the NextPage
token. To return in the next page of
jobs, include the token in the next request to the ListVocabularies
operation.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 Object
Object.toString()
public ListVocabulariesResult clone()