public class GetDomainSuggestionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDomainSuggestionsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDomainSuggestionsResult |
clone() |
boolean |
equals(Object obj) |
List<DomainSuggestion> |
getSuggestionsList() |
int |
hashCode() |
void |
setSuggestionsList(Collection<DomainSuggestion> suggestionsList) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDomainSuggestionsResult |
withSuggestionsList(Collection<DomainSuggestion> suggestionsList) |
GetDomainSuggestionsResult |
withSuggestionsList(DomainSuggestion... suggestionsList)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DomainSuggestion> getSuggestionsList()
public void setSuggestionsList(Collection<DomainSuggestion> suggestionsList)
suggestionsList - public GetDomainSuggestionsResult withSuggestionsList(DomainSuggestion... suggestionsList)
NOTE: This method appends the values to the existing list (if any). Use
setSuggestionsList(java.util.Collection) or withSuggestionsList(java.util.Collection) if you
want to override the existing values.
suggestionsList - public GetDomainSuggestionsResult withSuggestionsList(Collection<DomainSuggestion> suggestionsList)
suggestionsList - public String toString()
toString in class ObjectObject.toString()public GetDomainSuggestionsResult clone()
Copyright © 2016. All rights reserved.