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