Class StartPlanExecutionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.arcregionswitch.transform.StartPlanExecutionRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartPlanExecutionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartPlanExecutionRequest>- Parameters:
startPlanExecutionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-