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