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