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