Amazon.ECS.Model.Customers.WithTotalResults C# (CSharp) Method

WithTotalResults() public method

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Customers
totalResults Decimal TotalResults property
return Customers
        public Customers WithTotalResults(Decimal totalResults)
        {
            this.totalResultsField = totalResults;
            return this;
        }