public class DescribeSuggestersResult extends Object implements Serializable
The result of a DescribeSuggesters request.
| Constructor and Description |
|---|
DescribeSuggestersResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<SuggesterStatus> |
getSuggesters()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSuggestersResult |
withSuggesters(Collection<SuggesterStatus> suggesters)
The suggesters configured for the domain specified in the request.
|
DescribeSuggestersResult |
withSuggesters(SuggesterStatus... suggesters)
The suggesters configured for the domain specified in the request.
|
public List<SuggesterStatus> getSuggesters()
public void setSuggesters(Collection<SuggesterStatus> suggesters)
suggesters - The suggesters configured for the domain specified in the request.public DescribeSuggestersResult withSuggesters(SuggesterStatus... suggesters)
Returns a reference to this object so that method calls can be chained together.
suggesters - The suggesters configured for the domain specified in the request.public DescribeSuggestersResult withSuggesters(Collection<SuggesterStatus> suggesters)
Returns a reference to this object so that method calls can be chained together.
suggesters - The suggesters configured for the domain specified in the request.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.