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

WithTotalResults() public method

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