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