Amazon.ECS.Model.SellerListings.WithTotalPages C# (CSharp) Method

WithTotalPages() public method

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : SellerListings
totalPages Decimal TotalPages property
return SellerListings
        public SellerListings WithTotalPages(Decimal totalPages)
        {
            this.totalPagesField = totalPages;
            return this;
        }