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