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