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