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