Class DescribeSuggestersResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DescribeSuggestersResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a DescribeSuggesters
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The suggesters configured for the domain specified in the request.int
hashCode()
void
setSuggesters
(Collection<SuggesterStatus> suggesters) The suggesters configured for the domain specified in the request.toString()
Returns a string representation of this object; useful for testing and debugging.withSuggesters
(SuggesterStatus... suggesters) The suggesters configured for the domain specified in the request.withSuggesters
(Collection<SuggesterStatus> suggesters) The suggesters configured for the domain specified in the request.
-
Constructor Details
-
DescribeSuggestersResult
public DescribeSuggestersResult()
-
-
Method Details
-
getSuggesters
The suggesters configured for the domain specified in the request.
- Returns:
- The suggesters configured for the domain specified in the request.
-
setSuggesters
The suggesters configured for the domain specified in the request.
- Parameters:
suggesters
- The suggesters configured for the domain specified in the request.
-
withSuggesters
The suggesters configured for the domain specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setSuggesters(java.util.Collection)
orwithSuggesters(java.util.Collection)
if you want to override the existing values.- Parameters:
suggesters
- The suggesters configured for the domain specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSuggesters
The suggesters configured for the domain specified in the request.
- Parameters:
suggesters
- The suggesters configured for the domain specified in the request.- 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
-