Class ConvertRecoveryPointToSnapshotRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.redshiftserverless.transform.ConvertRecoveryPointToSnapshotRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ConvertRecoveryPointToSnapshotRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ConvertRecoveryPointToSnapshotRequestMarshaller
extends Object
implements Marshaller<ConvertRecoveryPointToSnapshotRequest>
ConvertRecoveryPointToSnapshotRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ConvertRecoveryPointToSnapshotRequest convertRecoveryPointToSnapshotRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ConvertRecoveryPointToSnapshotRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ConvertRecoveryPointToSnapshotRequest convertRecoveryPointToSnapshotRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ConvertRecoveryPointToSnapshotRequest>
- Parameters:
- convertRecoveryPointToSnapshotRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-