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