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