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