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