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 DomainInfo
clone()
boolean
equals(Object obj)
String
getDomainName()
Specifies theDomainName
.int
hashCode()
void
setDomainName(String domainName)
Specifies theDomainName
.String
toString()
Returns a string representation of this object; useful for testing and debugging.DomainInfo
withDomainName(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainInfo clone()
-
-