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