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