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