Amazon.ECS.Model.SearchResultsMapSearchIndex.WithResults C# (CSharp) Method

WithResults() public method

Sets the Results property
public WithResults ( Decimal results ) : SearchResultsMapSearchIndex
results Decimal Results property
return SearchResultsMapSearchIndex
        public SearchResultsMapSearchIndex WithResults(Decimal results)
        {
            this.resultsField = results;
            return this;
        }