public class ListVocabulariesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListVocabulariesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The
ListVocabularies 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 the search
criteria in the request.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The
ListVocabularies 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 the search
criteria in the request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVocabulariesResult |
withNextToken(java.lang.String nextToken)
The
ListVocabularies operation returns a page of
vocabularies at a time. |
ListVocabulariesResult |
withStatus(java.lang.String status)
The requested vocabulary state.
|
ListVocabulariesResult |
withStatus(VocabularyState status)
The requested vocabulary state.
|
ListVocabulariesResult |
withVocabularies(java.util.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 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 ListVocabulariesResult 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 ListVocabulariesResult 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 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.
Constraints:
Length: - 8192
Pattern: .+
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 void setNextToken(java.lang.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.
Constraints:
Length: - 8192
Pattern: .+
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 ListVocabulariesResult withNextToken(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: .+
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 java.util.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(java.util.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(java.util.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 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.