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