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