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