Amazon.ECS.Model.SellerListingSearchRequest.WithListingPage C# (CSharp) Method

WithListingPage() public method

Sets the ListingPage property
public WithListingPage ( Decimal listingPage ) : SellerListingSearchRequest
listingPage Decimal ListingPage property
return SellerListingSearchRequest
        public SellerListingSearchRequest WithListingPage(Decimal listingPage)
        {
            this.listingPageField = listingPage;
            return this;
        }