public class DescribeVoicesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeVoicesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The pagination token to use in the next request to continue the listing
of voices.
|
java.util.List<Voice> |
getVoices()
A list of voices with their properties.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The pagination token to use in the next request to continue the listing
of voices.
|
void |
setVoices(java.util.Collection<Voice> voices)
A list of voices with their properties.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVoicesResult |
withNextToken(java.lang.String nextToken)
The pagination token to use in the next request to continue the listing
of voices.
|
DescribeVoicesResult |
withVoices(java.util.Collection<Voice> voices)
A list of voices with their properties.
|
DescribeVoicesResult |
withVoices(Voice... voices)
A list of voices with their properties.
|
public java.util.List<Voice> getVoices()
A list of voices with their properties.
A list of voices with their properties.
public void setVoices(java.util.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(java.util.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 java.lang.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.
Constraints:
Length: 0 - 4096
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(java.lang.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.
Constraints:
Length: 0 - 4096
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(java.lang.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.
Constraints:
Length: 0 - 4096
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 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.