Amazon.ECS.Model.SearchResultsMapSearchIndex.WithResults C# (CSharp) Méthode

WithResults() public méthode

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