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