public class ListSpeechSynthesisTasksResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListSpeechSynthesisTasksResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
An opaque pagination token returned from the previous List operation in
this request.
|
java.util.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(java.lang.String nextToken)
An opaque pagination token returned from the previous List operation in
this request.
|
void |
setSynthesisTasks(java.util.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSpeechSynthesisTasksResult |
withNextToken(java.lang.String nextToken)
An opaque pagination token returned from the previous List operation in
this request.
|
ListSpeechSynthesisTasksResult |
withSynthesisTasks(java.util.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 java.lang.String getNextToken()
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
Constraints:
Length: 0 - 4096
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(java.lang.String nextToken)
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
Constraints:
Length: 0 - 4096
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(java.lang.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.
Constraints:
Length: 0 - 4096
nextToken
- An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
public java.util.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(java.util.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(java.util.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 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.