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