public class SuggesterStatus extends Object implements Serializable, Cloneable
The value of a Suggester and its current status.
| Constructor and Description |
|---|
SuggesterStatus() |
| Modifier and Type | Method and Description |
|---|---|
SuggesterStatus |
clone() |
boolean |
equals(Object obj) |
Suggester |
getOptions()
Configuration information for a search suggester.
|
OptionStatus |
getStatus()
The status of domain configuration option.
|
int |
hashCode() |
void |
setOptions(Suggester options)
Configuration information for a search suggester.
|
void |
setStatus(OptionStatus status)
The status of domain configuration option.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SuggesterStatus |
withOptions(Suggester options)
Configuration information for a search suggester.
|
SuggesterStatus |
withStatus(OptionStatus status)
The status of domain configuration option.
|
public Suggester getOptions()
FuzzyMatching, SortExpression.FuzzyMatching, SortExpression.public void setOptions(Suggester options)
FuzzyMatching, SortExpression.options - Configuration information for a search suggester. Each suggester has a
unique name and specifies the text field you want to use for
suggestions. The following options can be configured for a suggester:
FuzzyMatching, SortExpression.public SuggesterStatus withOptions(Suggester options)
FuzzyMatching, SortExpression.
Returns a reference to this object so that method calls can be chained together.
options - Configuration information for a search suggester. Each suggester has a
unique name and specifies the text field you want to use for
suggestions. The following options can be configured for a suggester:
FuzzyMatching, SortExpression.public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status - The status of domain configuration option.public SuggesterStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status - The status of domain configuration option.public String toString()
toString in class ObjectObject.toString()public SuggesterStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.