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