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