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