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

Пример #1
0
 /// <summary>
 /// Sets the Stems property
 /// </summary>
 /// <param name="stems">The value to set for the Stems property </param>
 /// <returns>this instance</returns>
 public UpdateStemmingOptionsResult WithStems(StemmingOptionsStatus stems)
 {
     this.stems = stems;
     return(this);
 }
 /// <summary>
 /// Sets the Stems property
 /// </summary>
 /// <param name="stems">The value to set for the Stems property </param>
 /// <returns>this instance</returns>
 public DescribeStemmingOptionsResult WithStems(StemmingOptionsStatus stems)
 {
     this.stems = stems;
     return this;
 }