Amazon.ECS.Model.Sellers.WithTotalResults C# (CSharp) Метод

WithTotalResults() публичный Метод

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Sellers
totalResults Decimal TotalResults property
Результат Sellers
        public Sellers WithTotalResults(Decimal totalResults)
        {
            this.totalResultsField = totalResults;
            return this;
        }