public class GetSpeechSynthesisTaskRequest extends AmazonWebServiceRequest implements Serializable
Retrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.
| Constructor and Description |
|---|
GetSpeechSynthesisTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTaskId()
The Amazon Polly generated identifier for a speech synthesis task.
|
int |
hashCode() |
void |
setTaskId(String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSpeechSynthesisTaskRequest |
withTaskId(String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getTaskId()
The Amazon Polly generated identifier for a speech synthesis task.
Constraints:
Length: 1 - 128
The Amazon Polly generated identifier for a speech synthesis task.
public void setTaskId(String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
Constraints:
Length: 1 - 128
taskId - The Amazon Polly generated identifier for a speech synthesis task.
public GetSpeechSynthesisTaskRequest withTaskId(String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
taskId - The Amazon Polly generated identifier for a speech synthesis task.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.