Amazon.ECS.Model.SearchResultsMapSearchIndex.WithResults C# (CSharp) Метод

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

Sets the Results property
public WithResults ( Decimal results ) : SearchResultsMapSearchIndex
results Decimal Results property
Результат SearchResultsMapSearchIndex
        public SearchResultsMapSearchIndex WithResults(Decimal results)
        {
            this.resultsField = results;
            return this;
        }