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