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;
        }