Class DomainDetail
java.lang.Object
com.amazonaws.services.simpleworkflow.model.DomainDetail
- All Implemented Interfaces:
Serializable
,Cloneable
Contains details of a domain.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setConfiguration
(DomainConfiguration configuration) void
setDomainInfo
(DomainInfo domainInfo) toString()
Returns a string representation of this object; useful for testing and debugging.withConfiguration
(DomainConfiguration configuration) withDomainInfo
(DomainInfo domainInfo)
-
Constructor Details
-
DomainDetail
public DomainDetail()
-
-
Method Details
-
setDomainInfo
- Parameters:
domainInfo
-
-
getDomainInfo
- Returns:
-
withDomainInfo
- Parameters:
domainInfo
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfiguration
- Parameters:
configuration
-
-
getConfiguration
- Returns:
-
withConfiguration
- Parameters:
configuration
-- 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
-