@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
A list of possible domain names.
|
int |
hashCode() |
void |
setSuggestionsList(Collection<DomainSuggestion> suggestionsList)
A list of possible domain names.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDomainSuggestionsResult |
withSuggestionsList(Collection<DomainSuggestion> suggestionsList)
A list of possible domain names.
|
GetDomainSuggestionsResult |
withSuggestionsList(DomainSuggestion... suggestionsList)
A list of possible domain names.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DomainSuggestion> getSuggestionsList()
A list of possible domain names. If you specified true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.
true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.public void setSuggestionsList(Collection<DomainSuggestion> suggestionsList)
A list of possible domain names. If you specified true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.
suggestionsList
- A list of possible domain names. If you specified true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.public GetDomainSuggestionsResult withSuggestionsList(DomainSuggestion... suggestionsList)
A list of possible domain names. If you specified true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.
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
- A list of possible domain names. If you specified true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.public GetDomainSuggestionsResult withSuggestionsList(Collection<DomainSuggestion> suggestionsList)
A list of possible domain names. If you specified true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.
suggestionsList
- A list of possible domain names. If you specified true
for OnlyAvailable
in the
request, the list contains only domains that are available for registration.public String toString()
toString
in class Object
Object.toString()
public GetDomainSuggestionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.