public class DescribeSynonymOptionsResult
extends java.lang.Object
implements java.io.Serializable
A response message that contains the synonym options for a search domain.
| コンストラクタと説明 |
|---|
DescribeSynonymOptionsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
SynonymOptionsStatus |
getSynonyms()
The synonym options configured for this search domain and the current
status of those options.
|
int |
hashCode() |
void |
setSynonyms(SynonymOptionsStatus synonyms)
The synonym options configured for this search domain and the current
status of those options.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSynonymOptionsResult |
withSynonyms(SynonymOptionsStatus synonyms)
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object