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