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