public class GetTranscriptionJobRequest extends AmazonWebServiceRequest implements Serializable
Returns information about a transcription job. To see the status of the job,
check the TranscriptionJobStatus field. If the status is
COMPLETED, the job is finished and you can find the results at
the location specified in the TranscriptionFileUri field.
| Constructor and Description |
|---|
GetTranscriptionJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTranscriptionJobName()
The name of the job.
|
int |
hashCode() |
void |
setTranscriptionJobName(String transcriptionJobName)
The name of the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTranscriptionJobRequest |
withTranscriptionJobName(String transcriptionJobName)
The name of the job.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getTranscriptionJobName()
The name of the job.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
The name of the job.
public void setTranscriptionJobName(String transcriptionJobName)
The name of the job.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
transcriptionJobName - The name of the job.
public GetTranscriptionJobRequest withTranscriptionJobName(String transcriptionJobName)
The name of the job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
transcriptionJobName - The name of the job.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.