Class CreateEndpointConfigRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sagemaker.transform.CreateEndpointConfigRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateEndpointConfigRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateEndpointConfigRequestMarshaller
extends Object
implements Marshaller<CreateEndpointConfigRequest>
CreateEndpointConfigRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateEndpointConfigRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateEndpointConfigRequest createEndpointConfigRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateEndpointConfigRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateEndpointConfigRequest>
- Parameters:
- createEndpointConfigRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-