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