Amazon.ECS.Model.Offers.WithTotalOfferPages C# (CSharp) Method

WithTotalOfferPages() public method

Sets the TotalOfferPages property
public WithTotalOfferPages ( Decimal totalOfferPages ) : Offers
totalOfferPages Decimal TotalOfferPages property
return Offers
        public Offers WithTotalOfferPages(Decimal totalOfferPages)
        {
            this.totalOfferPagesField = totalOfferPages;
            return this;
        }