The value of the DefaultSearchField configured for this search domain and its current status.

 /// <summary>
 /// Sets the DefaultSearchField property
 /// </summary>
 /// <param name="defaultSearchField">The value to set for the DefaultSearchField property </param>
 /// <returns>this instance</returns>
 public UpdateDefaultSearchFieldResult WithDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
 {
     this.defaultSearchField = defaultSearchField;
     return(this);
 }
 /// <summary>
 /// Sets the DefaultSearchField property
 /// </summary>
 /// <param name="defaultSearchField">The value to set for the DefaultSearchField property </param>
 /// <returns>this instance</returns>
 public UpdateDefaultSearchFieldResult WithDefaultSearchField(DefaultSearchFieldStatus defaultSearchField)
 {
     this.defaultSearchField = defaultSearchField;
     return this;
 }