public class ListSpeechSynthesisTasksResult extends Object implements Serializable
Constructor and Description |
---|
ListSpeechSynthesisTasksResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
An opaque pagination token returned from the previous List operation in
this request.
|
List<SynthesisTask> |
getSynthesisTasks()
List of SynthesisTask objects that provides information from the
specified task in the list request, including output format, creation
time, task status, and so on.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An opaque pagination token returned from the previous List operation in
this request.
|
void |
setSynthesisTasks(Collection<SynthesisTask> synthesisTasks)
List of SynthesisTask objects that provides information from the
specified task in the list request, including output format, creation
time, task status, and so on.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSpeechSynthesisTasksResult |
withNextToken(String nextToken)
An opaque pagination token returned from the previous List operation in
this request.
|
ListSpeechSynthesisTasksResult |
withSynthesisTasks(Collection<SynthesisTask> synthesisTasks)
List of SynthesisTask objects that provides information from the
specified task in the list request, including output format, creation
time, task status, and so on.
|
ListSpeechSynthesisTasksResult |
withSynthesisTasks(SynthesisTask... synthesisTasks)
List of SynthesisTask objects that provides information from the
specified task in the list request, including output format, creation
time, task status, and so on.
|
public String getNextToken()
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
public void setNextToken(String nextToken)
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
nextToken
- An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
public ListSpeechSynthesisTasksResult withNextToken(String nextToken)
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
Returns a reference to this object so that method calls can be chained together.
nextToken
- An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
public List<SynthesisTask> getSynthesisTasks()
List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
public void setSynthesisTasks(Collection<SynthesisTask> synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
synthesisTasks
- List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
public ListSpeechSynthesisTasksResult withSynthesisTasks(SynthesisTask... synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
Returns a reference to this object so that method calls can be chained together.
synthesisTasks
- List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
public ListSpeechSynthesisTasksResult withSynthesisTasks(Collection<SynthesisTask> synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
Returns a reference to this object so that method calls can be chained together.
synthesisTasks
- List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.