Class DomainInfo
- java.lang.Object
-
- com.amazonaws.services.elasticsearch.model.DomainInfo
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DomainInfo extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DomainInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainInfoclone()booleanequals(Object obj)StringgetDomainName()Specifies theDomainName.inthashCode()voidsetDomainName(String domainName)Specifies theDomainName.StringtoString()Returns a string representation of this object; useful for testing and debugging.DomainInfowithDomainName(String domainName)Specifies theDomainName.
-
-
-
Method Detail
-
setDomainName
public void setDomainName(String domainName)
Specifies the
DomainName.- Parameters:
domainName- Specifies theDomainName.
-
getDomainName
public String getDomainName()
Specifies the
DomainName.- Returns:
- Specifies the
DomainName.
-
withDomainName
public DomainInfo withDomainName(String domainName)
Specifies the
DomainName.- Parameters:
domainName- Specifies theDomainName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainInfo clone()
-
-