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