@Deprecated public class DescribeSynonymOptionsResult extends Object implements Serializable
A response message that contains the synonym options for a search domain.
Constructor and Description |
---|
DescribeSynonymOptionsResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
SynonymOptionsStatus |
getSynonyms()
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
int |
hashCode()
Deprecated.
|
void |
setSynonyms(SynonymOptionsStatus synonyms)
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSynonymOptionsResult |
withSynonyms(SynonymOptionsStatus synonyms)
Deprecated.
The synonym options configured for this search domain and the current
status of those options.
|
public SynonymOptionsStatus getSynonyms()
public void setSynonyms(SynonymOptionsStatus synonyms)
synonyms
- The synonym options configured for this search domain and the current
status of those options.public DescribeSynonymOptionsResult withSynonyms(SynonymOptionsStatus synonyms)
Returns a reference to this object so that method calls can be chained together.
synonyms
- The synonym options configured for this search domain and the current
status of those options.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.