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