Class ListDataIntegrationFlowExecutionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.supplychain.transform.ListDataIntegrationFlowExecutionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListDataIntegrationFlowExecutionsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListDataIntegrationFlowExecutionsRequest>
- Parameters:
listDataIntegrationFlowExecutionsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-