Class SuggesterStatus
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.SuggesterStatus
- All Implemented Interfaces:
Serializable,Cloneable
The value of a Suggester and its current status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetOptions(Suggester options) voidsetStatus(OptionStatus status) toString()Returns a string representation of this object; useful for testing and debugging.withOptions(Suggester options) withStatus(OptionStatus status)
-
Constructor Details
-
SuggesterStatus
public SuggesterStatus()
-
-
Method Details
-
setOptions
- Parameters:
options-
-
getOptions
- Returns:
-
withOptions
- Parameters:
options-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
- Parameters:
status-
-
getStatus
- Returns:
-
withStatus
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-