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