Class DefaultTranscriptEvent
java.lang.Object
software.amazon.awssdk.services.connecthealth.model.MedicalScribeTranscriptEvent
software.amazon.awssdk.services.connecthealth.model.medicalscribeoutputstream.DefaultTranscriptEvent
- All Implemented Interfaces:
Serializable,SdkPojo,MedicalScribeOutputStream,ToCopyableBuilder<MedicalScribeTranscriptEvent.Builder,MedicalScribeTranscriptEvent>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultTranscriptEvent
extends MedicalScribeTranscriptEvent
A specialization of
software.amazon.awssdk.services.connecthealth.model.MedicalScribeTranscriptEvent that
represents the MedicalScribeOutputStream$transcriptEvent event. Do not use this class directly. Instead, use
the static builder methods on MedicalScribeOutputStream.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.connecthealth.model.MedicalScribeOutputStream
MedicalScribeOutputStream.EventType -
Field Summary
Fields inherited from interface software.amazon.awssdk.services.connecthealth.model.MedicalScribeOutputStream
UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofMedicalScribeTranscriptEvent.builder()The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.connecthealth.model.MedicalScribeTranscriptEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString, transcriptSegment
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<MedicalScribeTranscriptEvent.Builder,MedicalScribeTranscriptEvent> - Overrides:
toBuilderin classMedicalScribeTranscriptEvent- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:MedicalScribeTranscriptEventCalls the appropriate visit method depending on the subtype ofMedicalScribeTranscriptEvent.- Specified by:
acceptin interfaceMedicalScribeOutputStream- Overrides:
acceptin classMedicalScribeTranscriptEvent- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
Description copied from interface:MedicalScribeOutputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-