public class GetTranscriptionJobRequest extends AmazonWebServiceRequest implements java.io.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 TranscriptFileUri field. If you
enable content redaction, the redacted transcript appears in
RedactedTranscriptFileUri.
| Constructor and Description |
|---|
GetTranscriptionJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTranscriptionJobName()
The name of the job.
|
int |
hashCode() |
void |
setTranscriptionJobName(java.lang.String transcriptionJobName)
The name of the job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTranscriptionJobRequest |
withTranscriptionJobName(java.lang.String transcriptionJobName)
The name of the job.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getTranscriptionJobName()
The name of the job.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
The name of the job.
public void setTranscriptionJobName(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.