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