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