@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalScribeOutput extends Object implements Serializable, Cloneable, StructuredPojo
The location of the output of your Medical Scribe job. ClinicalDocumentUri
holds the Amazon S3 URI for
the Clinical Document and TranscriptFileUri
holds the Amazon S3 URI for the Transcript.
Constructor and Description |
---|
MedicalScribeOutput() |
Modifier and Type | Method and Description |
---|---|
MedicalScribeOutput |
clone() |
boolean |
equals(Object obj) |
String |
getClinicalDocumentUri()
Holds the Amazon S3 URI for the Clinical Document.
|
String |
getTranscriptFileUri()
Holds the Amazon S3 URI for the Transcript.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClinicalDocumentUri(String clinicalDocumentUri)
Holds the Amazon S3 URI for the Clinical Document.
|
void |
setTranscriptFileUri(String transcriptFileUri)
Holds the Amazon S3 URI for the Transcript.
|
String |
toString()
Returns a string representation of this object.
|
MedicalScribeOutput |
withClinicalDocumentUri(String clinicalDocumentUri)
Holds the Amazon S3 URI for the Clinical Document.
|
MedicalScribeOutput |
withTranscriptFileUri(String transcriptFileUri)
Holds the Amazon S3 URI for the Transcript.
|
public void setTranscriptFileUri(String transcriptFileUri)
Holds the Amazon S3 URI for the Transcript.
transcriptFileUri
- Holds the Amazon S3 URI for the Transcript.public String getTranscriptFileUri()
Holds the Amazon S3 URI for the Transcript.
public MedicalScribeOutput withTranscriptFileUri(String transcriptFileUri)
Holds the Amazon S3 URI for the Transcript.
transcriptFileUri
- Holds the Amazon S3 URI for the Transcript.public void setClinicalDocumentUri(String clinicalDocumentUri)
Holds the Amazon S3 URI for the Clinical Document.
clinicalDocumentUri
- Holds the Amazon S3 URI for the Clinical Document.public String getClinicalDocumentUri()
Holds the Amazon S3 URI for the Clinical Document.
public MedicalScribeOutput withClinicalDocumentUri(String clinicalDocumentUri)
Holds the Amazon S3 URI for the Clinical Document.
clinicalDocumentUri
- Holds the Amazon S3 URI for the Clinical Document.public String toString()
toString
in class Object
Object.toString()
public MedicalScribeOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.