Class CreateSnapshotScheduleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.redshift.transform.CreateSnapshotScheduleRequestMarshaller
- All Implemented Interfaces:
 Marshaller<CreateSnapshotScheduleRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CreateSnapshotScheduleRequest>- Parameters:
 createSnapshotScheduleRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -