The stopword options configured for this search domain and the current status of those options.
public DescribeStopwordOptionsResult WithStopwords(StopwordOptionsStatus stopwords) { this.stopwords = stopwords; return(this); }
/// <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; }