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