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