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