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