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()booleanSpecifies theDomainName.inthashCode()voidsetDomainName(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
-