Class CreateEndpointRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.transform.CreateEndpointRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateEndpointRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateEndpointRequestMarshaller extends Object implements Marshaller<CreateEndpointRequest>
CreateEndpointRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description CreateEndpointRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateEndpointRequest createEndpointRequest)
-
-
-
Constructor Detail
-
CreateEndpointRequestMarshaller
public CreateEndpointRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateEndpointRequest createEndpointRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateEndpointRequest>
-
-