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