Class DomainInfo
java.lang.Object
com.amazonaws.services.elasticsearch.model.DomainInfo
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies theDomainName
.int
hashCode()
void
setDomainName
(String domainName) Specifies theDomainName
.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainName
(String domainName) Specifies theDomainName
.
-
Constructor Details
-
DomainInfo
public DomainInfo()
-
-
Method Details
-
setDomainName
Specifies the
DomainName
.- Parameters:
domainName
- Specifies theDomainName
.
-
getDomainName
Specifies the
DomainName
.- Returns:
- Specifies the
DomainName
.
-
withDomainName
Specifies the
DomainName
.- Parameters:
domainName
- Specifies theDomainName
.- 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
-