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