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