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