Class StartJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.dataexchange.transform.StartJobRequestMarshaller
- All Implemented Interfaces:
 Marshaller<StartJobRequest>
@Generated("software.amazon.awssdk:codegen")
public class StartJobRequestMarshaller
extends Object
implements Marshaller<StartJobRequest>
StartJobRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(StartJobRequest startJobRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
StartJobRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<StartJobRequest>- Parameters:
 startJobRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -