|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.DomainDetail
public class DomainDetail
Contains details of a domain.
Constructor Summary | |
---|---|
DomainDetail()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
DomainConfiguration |
getConfiguration()
Contains the configuration settings of a domain. |
DomainInfo |
getDomainInfo()
Contains general information about a domain. |
int |
hashCode()
|
void |
setConfiguration(DomainConfiguration configuration)
Contains the configuration settings of a domain. |
void |
setDomainInfo(DomainInfo domainInfo)
Contains general information about a domain. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DomainDetail |
withConfiguration(DomainConfiguration configuration)
Contains the configuration settings of a domain. |
DomainDetail |
withDomainInfo(DomainInfo domainInfo)
Contains general information about a domain. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DomainDetail()
Method Detail |
---|
public DomainInfo getDomainInfo()
public void setDomainInfo(DomainInfo domainInfo)
domainInfo
- Contains general information about a domain.public DomainDetail withDomainInfo(DomainInfo domainInfo)
Returns a reference to this object so that method calls can be chained together.
domainInfo
- Contains general information about a domain.
public DomainConfiguration getConfiguration()
public void setConfiguration(DomainConfiguration configuration)
configuration
- Contains the configuration settings of a domain.public DomainDetail withConfiguration(DomainConfiguration configuration)
Returns a reference to this object so that method calls can be chained together.
configuration
- Contains the configuration settings of a domain.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |