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