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