public class DescribeVoicesResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeVoicesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use in the next request to continue the listing
of voices.
|
List<Voice> |
getVoices()
A list of voices with their properties.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of voices.
|
void |
setVoices(Collection<Voice> voices)
A list of voices with their properties.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVoicesResult |
withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of voices.
|
DescribeVoicesResult |
withVoices(Collection<Voice> voices)
A list of voices with their properties.
|
DescribeVoicesResult |
withVoices(Voice... voices)
A list of voices with their properties.
|
public List<Voice> getVoices()
A list of voices with their properties.
A list of voices with their properties.
public void setVoices(Collection<Voice> voices)
A list of voices with their properties.
voices - A list of voices with their properties.
public DescribeVoicesResult withVoices(Voice... voices)
A list of voices with their properties.
Returns a reference to this object so that method calls can be chained together.
voices - A list of voices with their properties.
public DescribeVoicesResult withVoices(Collection<Voice> voices)
A list of voices with their properties.
Returns a reference to this object so that method calls can be chained together.
voices - A list of voices with their properties.
public String getNextToken()
The pagination token to use in the next request to continue the listing
of voices. NextToken is returned only if the response is
truncated.
The pagination token to use in the next request to continue the
listing of voices. NextToken is returned only if the
response is truncated.
public void setNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of voices. NextToken is returned only if the response is
truncated.
nextToken -
The pagination token to use in the next request to continue
the listing of voices. NextToken is returned only
if the response is truncated.
public DescribeVoicesResult withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of voices. NextToken is returned only if the response is
truncated.
Returns a reference to this object so that method calls can be chained together.
nextToken -
The pagination token to use in the next request to continue
the listing of voices. NextToken is returned only
if the response is truncated.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.