Amazon.ECS.Model.Items.WithTotalResults C# (CSharp) Méthode

WithTotalResults() public méthode

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