Class MedicalScribeSessionControlEventMarshaller
java.lang.Object
software.amazon.awssdk.services.transcribestreaming.transform.MedicalScribeSessionControlEventMarshaller
- All Implemented Interfaces:
Marshaller<MedicalScribeSessionControlEvent>
@Generated("software.amazon.awssdk:codegen")
public class MedicalScribeSessionControlEventMarshaller
extends Object
implements Marshaller<MedicalScribeSessionControlEvent>
MedicalScribeSessionControlEvent
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionMedicalScribeSessionControlEventMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(MedicalScribeSessionControlEvent medicalScribeSessionControlEvent) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
MedicalScribeSessionControlEventMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(MedicalScribeSessionControlEvent medicalScribeSessionControlEvent) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<MedicalScribeSessionControlEvent>
- Parameters:
medicalScribeSessionControlEvent
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-