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