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