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