Class GetLicenseManagerReportGeneratorRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.licensemanager.transform.GetLicenseManagerReportGeneratorRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetLicenseManagerReportGeneratorRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetLicenseManagerReportGeneratorRequest>
- Parameters:
getLicenseManagerReportGeneratorRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-