Class ListDomainNamesResult
java.lang.Object
com.amazonaws.services.elasticsearch.model.ListDomainNamesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of a ListDomainNames
operation. Contains the names of
all Elasticsearch domains owned by this account.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
List of Elasticsearch domain names.int
hashCode()
void
setDomainNames
(Collection<DomainInfo> domainNames) List of Elasticsearch domain names.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainNames
(DomainInfo... domainNames) List of Elasticsearch domain names.withDomainNames
(Collection<DomainInfo> domainNames) List of Elasticsearch domain names.
-
Constructor Details
-
ListDomainNamesResult
public ListDomainNamesResult()
-
-
Method Details
-
getDomainNames
List of Elasticsearch domain names.
- Returns:
- List of Elasticsearch domain names.
-
setDomainNames
List of Elasticsearch domain names.
- Parameters:
domainNames
- List of Elasticsearch domain names.
-
withDomainNames
List of Elasticsearch domain names.
NOTE: This method appends the values to the existing list (if any). Use
setDomainNames(java.util.Collection)
orwithDomainNames(java.util.Collection)
if you want to override the existing values.- Parameters:
domainNames
- List of Elasticsearch domain names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDomainNames
List of Elasticsearch domain names.
- Parameters:
domainNames
- List of Elasticsearch domain names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-