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