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