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