public class DescribeSuggestersResult extends Object implements Serializable, Cloneable
The result of a DescribeSuggesters request.
| Constructor and Description |
|---|
DescribeSuggestersResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSuggestersResult |
clone() |
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)
NOTE: This method appends the values to the existing list (if
any). Use setSuggesters(java.util.Collection) or withSuggesters(java.util.Collection) if you want to override the
existing values.
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()public DescribeSuggestersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.