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