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