|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudsearch.model.DescribeStemmingOptionsResult
public class DescribeStemmingOptionsResult
A response message that contains the stemming options for a search domain.
Constructor Summary | |
---|---|
DescribeStemmingOptionsResult()
|
Method Summary | |
---|---|
boolean |
equals(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. |
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeStemmingOptionsResult()
Method Detail |
---|
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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |