public class UpdateStopwordOptionsResult
extends java.lang.Object
implements java.io.Serializable
A response message that contains the status of updated stopword options.
| コンストラクタと説明 |
|---|
UpdateStopwordOptionsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
StopwordOptionsStatus |
getStopwords()
The stopword options configured for this search domain and the current
status of those options.
|
int |
hashCode() |
void |
setStopwords(StopwordOptionsStatus stopwords)
The stopword 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.
|
UpdateStopwordOptionsResult |
withStopwords(StopwordOptionsStatus stopwords)
The stopword options configured for this search domain and the current
status of those options.
|
public StopwordOptionsStatus getStopwords()
public void setStopwords(StopwordOptionsStatus stopwords)
stopwords - The stopword options configured for this search domain and the current
status of those options.public UpdateStopwordOptionsResult withStopwords(StopwordOptionsStatus stopwords)
Returns a reference to this object so that method calls can be chained together.
stopwords - The stopword 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