public class MedicalTranscript
extends java.lang.Object
implements java.io.Serializable
Identifies the location of a medical transcript.
| Constructor and Description |
|---|
MedicalTranscript() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTranscriptFileUri()
The S3 object location of the medical transcript.
|
int |
hashCode() |
void |
setTranscriptFileUri(java.lang.String transcriptFileUri)
The S3 object location of the medical transcript.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MedicalTranscript |
withTranscriptFileUri(java.lang.String transcriptFileUri)
The S3 object location of the medical transcript.
|
public java.lang.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.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 void setTranscriptFileUri(java.lang.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.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 MedicalTranscript withTranscriptFileUri(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
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 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.