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