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