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

 /// <summary>
 /// Sets the Synonyms property
 /// </summary>
 /// <param name="synonyms">The value to set for the Synonyms property </param>
 /// <returns>this instance</returns>
 public DescribeSynonymOptionsResult WithSynonyms(SynonymOptionsStatus synonyms)
 {
     this.synonyms = synonyms;
     return this;
 }
 /// <summary>
 /// Sets the Synonyms property
 /// </summary>
 /// <param name="synonyms">The value to set for the Synonyms property </param>
 /// <returns>this instance</returns>
 public DescribeSynonymOptionsResult WithSynonyms(SynonymOptionsStatus synonyms)
 {
     this.synonyms = synonyms;
     return(this);
 }