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