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