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