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