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