public class GetSpeechSynthesisTaskRequest extends AmazonWebServiceRequest implements java.io.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(java.lang.Object obj) |
java.lang.String |
getTaskId()
The Amazon Polly generated identifier for a speech synthesis task.
|
int |
hashCode() |
void |
setTaskId(java.lang.String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSpeechSynthesisTaskRequest |
withTaskId(java.lang.String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getTaskId()
The Amazon Polly generated identifier for a speech synthesis task.
Constraints:
Pattern: ^[a-zA-Z0-9_-]{1,100}$
The Amazon Polly generated identifier for a speech synthesis task.
public void setTaskId(java.lang.String taskId)
The Amazon Polly generated identifier for a speech synthesis task.
Constraints:
Pattern: ^[a-zA-Z0-9_-]{1,100}$
taskId
- The Amazon Polly generated identifier for a speech synthesis task.
public GetSpeechSynthesisTaskRequest withTaskId(java.lang.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:
Pattern: ^[a-zA-Z0-9_-]{1,100}$
taskId
- The Amazon Polly generated identifier for a speech synthesis task.
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.