@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()
If
NextToken is present in your response, it indicates that not all results are displayed. |
String |
getStatus()
Lists all custom vocabularies that have the status specified in your request.
|
List<VocabularyInfo> |
getVocabularies()
Provides information about the custom vocabularies that match the criteria specified in your request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
void |
setStatus(String status)
Lists all custom vocabularies that have the status specified in your request.
|
void |
setVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
String |
toString()
Returns a string representation of this object.
|
ListVocabulariesResult |
withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
ListVocabulariesResult |
withStatus(String status)
Lists all custom vocabularies that have the status specified in your request.
|
ListVocabulariesResult |
withStatus(VocabularyState status)
Lists all custom vocabularies that have the status specified in your request.
|
ListVocabulariesResult |
withVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
ListVocabulariesResult |
withVocabularies(VocabularyInfo... vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by creation date, with the newest vocabulary first.
status
- Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by
creation date, with the newest vocabulary first.VocabularyState
public String getStatus()
Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by creation date, with the newest vocabulary first.
VocabularyState
public ListVocabulariesResult withStatus(String status)
Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by creation date, with the newest vocabulary first.
status
- Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by
creation date, with the newest vocabulary first.VocabularyState
public ListVocabulariesResult withStatus(VocabularyState status)
Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by creation date, with the newest vocabulary first.
status
- Lists all custom vocabularies that have the status specified in your request. Vocabularies are ordered by
creation date, with the newest vocabulary first.VocabularyState
public void setNextToken(String nextToken)
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
nextToken
- If NextToken
is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken
parameter in your
results output, then run your request again including NextToken
with the value of the copied
string. Repeat as needed to view all your results.public String getNextToken()
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
NextToken
is present in your response, it indicates that not all results are displayed.
To view the next set of results, copy the string associated with the NextToken
parameter in
your results output, then run your request again including NextToken
with the value of the
copied string. Repeat as needed to view all your results.public ListVocabulariesResult withNextToken(String nextToken)
If NextToken
is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken
parameter in your results
output, then run your request again including NextToken
with the value of the copied string. Repeat
as needed to view all your results.
nextToken
- If NextToken
is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken
parameter in your
results output, then run your request again including NextToken
with the value of the copied
string. Repeat as needed to view all your results.public List<VocabularyInfo> getVocabularies()
Provides information about the custom vocabularies that match the criteria specified in your request.
public void setVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
vocabularies
- Provides information about the custom vocabularies that match the criteria specified in your request.public ListVocabulariesResult withVocabularies(VocabularyInfo... vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your 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
- Provides information about the custom vocabularies that match the criteria specified in your request.public ListVocabulariesResult withVocabularies(Collection<VocabularyInfo> vocabularies)
Provides information about the custom vocabularies that match the criteria specified in your request.
vocabularies
- Provides information about the custom vocabularies that match the criteria specified in your request.public String toString()
toString
in class Object
Object.toString()
public ListVocabulariesResult clone()