Class ListPlansRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.arcregionswitch.transform.ListPlansRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListPlansRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListPlansRequest>- Parameters:
listPlansRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-