public class DescribeSuggestersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result of a DescribeSuggesters
request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SuggesterStatus> |
suggesters
The suggesters configured for the domain specified in the request.
|
Constructor and Description |
---|
DescribeSuggestersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSuggestersResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<SuggesterStatus> |
getSuggesters()
The suggesters configured for the domain specified in the request.
|
int |
hashCode() |
void |
setSuggesters(java.util.Collection<SuggesterStatus> suggesters)
The suggesters configured for the domain specified in the request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSuggestersResult |
withSuggesters(java.util.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.
|
private SdkInternalList<SuggesterStatus> suggesters
The suggesters configured for the domain specified in the request.
public java.util.List<SuggesterStatus> getSuggesters()
The suggesters configured for the domain specified in the request.
public void setSuggesters(java.util.Collection<SuggesterStatus> suggesters)
The suggesters configured for the domain specified in the request.
suggesters
- The suggesters configured for the domain specified in the request.public DescribeSuggestersResult withSuggesters(SuggesterStatus... suggesters)
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)
or
withSuggesters(java.util.Collection)
if you want to override the
existing values.
suggesters
- The suggesters configured for the domain specified in the request.public DescribeSuggestersResult withSuggesters(java.util.Collection<SuggesterStatus> suggesters)
The suggesters configured for the domain specified in the request.
suggesters
- The suggesters configured for the domain specified in the request.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeSuggestersResult clone()
clone
in class java.lang.Object