@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMedicalTranscriptionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMedicalTranscriptionJobResult() |
Modifier and Type | Method and Description |
---|---|
GetMedicalTranscriptionJobResult |
clone() |
boolean |
equals(Object obj) |
MedicalTranscriptionJob |
getMedicalTranscriptionJob()
An object that contains the results of the medical transcription job.
|
int |
hashCode() |
void |
setMedicalTranscriptionJob(MedicalTranscriptionJob medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
|
String |
toString()
Returns a string representation of this object.
|
GetMedicalTranscriptionJobResult |
withMedicalTranscriptionJob(MedicalTranscriptionJob medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMedicalTranscriptionJob(MedicalTranscriptionJob medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
medicalTranscriptionJob
- An object that contains the results of the medical transcription job.public MedicalTranscriptionJob getMedicalTranscriptionJob()
An object that contains the results of the medical transcription job.
public GetMedicalTranscriptionJobResult withMedicalTranscriptionJob(MedicalTranscriptionJob medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
medicalTranscriptionJob
- An object that contains the results of the medical transcription job.public String toString()
toString
in class Object
Object.toString()
public GetMedicalTranscriptionJobResult clone()