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