Class GetDataIntegrationFlowExecutionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.supplychain.transform.GetDataIntegrationFlowExecutionRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetDataIntegrationFlowExecutionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetDataIntegrationFlowExecutionRequest>- Parameters:
getDataIntegrationFlowExecutionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-