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