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