public class DefineSuggesterResult extends Object implements Serializable, Cloneable
The result of a DefineSuggester request. Contains the
status of the newly-configured suggester.
| Constructor and Description |
|---|
DefineSuggesterResult() |
| Modifier and Type | Method and Description |
|---|---|
DefineSuggesterResult |
clone() |
boolean |
equals(Object obj) |
SuggesterStatus |
getSuggester()
The value of a
Suggester and its current status. |
int |
hashCode() |
void |
setSuggester(SuggesterStatus suggester)
The value of a
Suggester and its current status. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DefineSuggesterResult |
withSuggester(SuggesterStatus suggester)
The value of a
Suggester and its current status. |
public SuggesterStatus getSuggester()
Suggester and its current status.Suggester and its current status.public void setSuggester(SuggesterStatus suggester)
Suggester and its current status.suggester - The value of a Suggester and its current status.public DefineSuggesterResult withSuggester(SuggesterStatus suggester)
Suggester and its current status.
Returns a reference to this object so that method calls can be chained together.
suggester - The value of a Suggester and its current status.public String toString()
toString in class ObjectObject.toString()public DefineSuggesterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.