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