The stopword options configured for this search domain and the current status of those options.

コード例 #1
0
 public DescribeStopwordOptionsResult WithStopwords(StopwordOptionsStatus stopwords)
 {
     this.stopwords = stopwords;
     return(this);
 }
コード例 #2
0
 /// <summary>
 /// Sets the Stopwords property
 /// </summary>
 /// <param name="stopwords">The value to set for the Stopwords property </param>
 /// <returns>this instance</returns>
 public DescribeStopwordOptionsResult WithStopwords(StopwordOptionsStatus stopwords)
 {
     this.stopwords = stopwords;
     return this;
 }