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