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