Class DeleteFlowRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.transform.DeleteFlowRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteFlowRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteFlowRequestMarshaller extends Object implements Marshaller<DeleteFlowRequest>
DeleteFlowRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteFlowRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(DeleteFlowRequest deleteFlowRequest)
-
-
-
Constructor Detail
-
DeleteFlowRequestMarshaller
public DeleteFlowRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteFlowRequest deleteFlowRequest)
- Specified by:
marshallin interfaceMarshaller<DeleteFlowRequest>
-
-