Interface ListPriceListsResponse.Builder

    • Method Detail

      • priceLists

        ListPriceListsResponse.Builder priceLists​(Collection<PriceList> priceLists)

        The type of price list references that match your request.

        Parameters:
        priceLists - The type of price list references that match your request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priceLists

        ListPriceListsResponse.Builder priceLists​(PriceList... priceLists)

        The type of price list references that match your request.

        Parameters:
        priceLists - The type of price list references that match your request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPriceListsResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.