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