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