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