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