@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalTranscript extends Object implements Serializable, Cloneable, StructuredPojo
Identifies the location of a medical transcript.
Constructor and Description |
---|
MedicalTranscript() |
Modifier and Type | Method and Description |
---|---|
MedicalTranscript |
clone() |
boolean |
equals(Object obj) |
String |
getTranscriptFileUri()
The S3 object location of the medical transcript.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTranscriptFileUri(String transcriptFileUri)
The S3 object location of the medical transcript.
|
String |
toString()
Returns a string representation of this object.
|
MedicalTranscript |
withTranscriptFileUri(String transcriptFileUri)
The S3 object location of the medical transcript.
|
public void setTranscriptFileUri(String transcriptFileUri)
The S3 object location of the medical transcript.
Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
transcriptFileUri
- The S3 object location of the medical transcript.
Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
public String getTranscriptFileUri()
The S3 object location of the medical transcript.
Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
public MedicalTranscript withTranscriptFileUri(String transcriptFileUri)
The S3 object location of the medical transcript.
Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
transcriptFileUri
- The S3 object location of the medical transcript.
Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
public String toString()
toString
in class Object
Object.toString()
public MedicalTranscript clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.