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