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