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