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