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