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 ofsoftware.amazon.awssdk.services.transcribestreaming.model.MedicalScribeSessionControlEventthat represents theMedicalScribeInputStream$SessionControlEventevent. Do not use this class directly. Instead, use the static builder methods onMedicalScribeInputStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultSessionControlEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeInputStream
MedicalScribeInputStream.EventType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultSessionControlEvent.Builderbuilder()MedicalScribeInputStream.EventTypesdkEventType()The type of this event.DefaultSessionControlEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeSessionControlEvent
copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString, type, typeAsString
-
-
-
-
Method Detail
-
toBuilder
public DefaultSessionControlEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MedicalScribeSessionControlEvent.Builder,MedicalScribeSessionControlEvent>- Overrides:
toBuilderin classMedicalScribeSessionControlEvent
-
builder
public static DefaultSessionControlEvent.Builder builder()
-
sdkEventType
public MedicalScribeInputStream.EventType sdkEventType()
Description copied from interface:MedicalScribeInputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-