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