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