@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSuggestersResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SuggesterStatus> getSuggesters()
The suggesters configured for the domain specified in the request.
public void setSuggesters(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(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 String toString()
toString
in class Object
Object.toString()
public DescribeSuggestersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.