Class DefaultSessionControlEvent
java.lang.Object
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeSessionControlEvent
software.amazon.awssdk.services.transcribestreaming.model.medicalscribeinputstream.DefaultSessionControlEvent
- All Implemented Interfaces:
Serializable
,SdkPojo
,MedicalScribeInputStream
,ToCopyableBuilder<MedicalScribeSessionControlEvent.Builder,
MedicalScribeSessionControlEvent>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultSessionControlEvent
extends MedicalScribeSessionControlEvent
A specialization of
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeSessionControlEvent
that represents
the MedicalScribeInputStream$SessionControlEvent
event. Do not use this class directly. Instead, use the
static builder methods on MedicalScribeInputStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeInputStream
MedicalScribeInputStream.EventType
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.transcribestreaming.model.MedicalScribeSessionControlEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString, type, typeAsString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<MedicalScribeSessionControlEvent.Builder,
MedicalScribeSessionControlEvent> - Overrides:
toBuilder
in classMedicalScribeSessionControlEvent
- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:MedicalScribeInputStream
The type of this event. Corresponds to the:event-type
header on the Message.
-