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