@Generated(value="software.amazon.awssdk:codegen") public final class MedicalTranscript extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MedicalTranscript.Builder,MedicalTranscript>
Identifies the location of a medical transcript.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MedicalTranscript.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MedicalTranscript.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MedicalTranscript.Builder> |
serializableBuilderClass() |
MedicalTranscript.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transcriptFileUri()
The S3 object location of the medical transcript.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.
public MedicalTranscript.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MedicalTranscript.Builder,MedicalTranscript>public static MedicalTranscript.Builder builder()
public static Class<? extends MedicalTranscript.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.