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