@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTranscriptionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetTranscriptionJobResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTranscriptionJobResult |
clone() |
boolean |
equals(Object obj) |
TranscriptionJob |
getTranscriptionJob()
An object that contains the results of the transcription job.
|
int |
hashCode() |
void |
setTranscriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
|
String |
toString()
Returns a string representation of this object.
|
GetTranscriptionJobResult |
withTranscriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTranscriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
transcriptionJob - An object that contains the results of the transcription job.public TranscriptionJob getTranscriptionJob()
An object that contains the results of the transcription job.
public GetTranscriptionJobResult withTranscriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
transcriptionJob - An object that contains the results of the transcription job.public String toString()
toString in class ObjectObject.toString()public GetTranscriptionJobResult clone()
Copyright © 2021. All rights reserved.