Class DefaultBinaryAudioEvent
java.lang.Object
software.amazon.awssdk.services.connecthealth.model.MedicalScribeBinaryAudioEvent
software.amazon.awssdk.services.connecthealth.model.medicalscribeinputstream.DefaultBinaryAudioEvent
- All Implemented Interfaces:
Serializable,SdkPojo,MedicalScribeInputStream,ToCopyableBuilder<MedicalScribeBinaryAudioEvent.Builder,MedicalScribeBinaryAudioEvent>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultBinaryAudioEvent
extends MedicalScribeBinaryAudioEvent
A specialization of
software.amazon.awssdk.services.connecthealth.model.MedicalScribeBinaryAudioEvent that
represents the MedicalScribeInputStream$binaryAudioEvent 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.connecthealth.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.connecthealth.model.MedicalScribeBinaryAudioEvent
audioChunk, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, toString
-
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<MedicalScribeBinaryAudioEvent.Builder,MedicalScribeBinaryAudioEvent> - Overrides:
toBuilderin classMedicalScribeBinaryAudioEvent- Returns:
- a builder for type T
-
builder
-
sdkEventType
Description copied from interface:MedicalScribeInputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-