|
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.DomainInfo
public class DomainInfo
Contains general information about a domain.
| Constructor Summary | |
|---|---|
DomainInfo()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
The description of the domain provided through RegisterDomain. |
java.lang.String |
getName()
The name of the domain. |
java.lang.String |
getStatus()
The status of the domain: REGISTERED: The domain is properly registered and available. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
The description of the domain provided through RegisterDomain. |
void |
setName(java.lang.String name)
The name of the domain. |
void |
setStatus(RegistrationStatus status)
The status of the domain: REGISTERED: The domain is properly registered and available. |
void |
setStatus(java.lang.String status)
The status of the domain: REGISTERED: The domain is properly registered and available. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DomainInfo |
withDescription(java.lang.String description)
The description of the domain provided through RegisterDomain. |
DomainInfo |
withName(java.lang.String name)
The name of the domain. |
DomainInfo |
withStatus(RegistrationStatus status)
The status of the domain: REGISTERED: The domain is properly registered and available. |
DomainInfo |
withStatus(java.lang.String status)
The status of the domain: REGISTERED: The domain is properly registered and available. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DomainInfo()
| Method Detail |
|---|
public java.lang.String getName()
Constraints:
Length: 1 - 256
public void setName(java.lang.String name)
Constraints:
Length: 1 - 256
name - The name of the domain. This name is unique within the account.public DomainInfo withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name - The name of the domain. This name is unique within the account.
public java.lang.String getStatus()
Constraints:
Allowed Values: REGISTERED, DEPRECATED
RegistrationStatuspublic void setStatus(java.lang.String status)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The status of the domain: RegistrationStatuspublic DomainInfo withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The status of the domain: RegistrationStatuspublic void setStatus(RegistrationStatus status)
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The status of the domain: RegistrationStatuspublic DomainInfo withStatus(RegistrationStatus status)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTERED, DEPRECATED
status - The status of the domain: RegistrationStatuspublic java.lang.String getDescription()
Constraints:
Length: 0 - 1024
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 1024
description - The description of the domain provided through RegisterDomain.public DomainInfo withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
description - The description of the domain provided through RegisterDomain.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||