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