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