Class DomainInfo
java.lang.Object
com.amazonaws.services.simpleworkflow.model.DomainInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Contains general information about a domain.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The description of the domain provided through RegisterDomain.getName()
The name of the domain.The status of the domain:int
hashCode()
void
setDescription
(String description) The description of the domain provided through RegisterDomain.void
The name of the domain.void
setStatus
(RegistrationStatus status) The status of the domain:void
The status of the domain:toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) The description of the domain provided through RegisterDomain.The name of the domain.withStatus
(RegistrationStatus status) The status of the domain:withStatus
(String status) The status of the domain:
-
Constructor Details
-
DomainInfo
public DomainInfo()
-
-
Method Details
-
setName
The name of the domain. This name is unique within the account.
- Parameters:
name
- The name of the domain. This name is unique within the account.
-
getName
The name of the domain. This name is unique within the account.
- Returns:
- The name of the domain. This name is unique within the account.
-
withName
The name of the domain. This name is unique within the account.
- Parameters:
name
- The name of the domain. This name is unique within the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- Parameters:
status
- The status of the domain:- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- See Also:
-
getStatus
The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- Returns:
- The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- See Also:
-
withStatus
The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- Parameters:
status
- The status of the domain:- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- Parameters:
status
- The status of the domain:- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- See Also:
-
withStatus
The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- Parameters:
status
- The status of the domain:- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDescription
The description of the domain provided through RegisterDomain.
- Parameters:
description
- The description of the domain provided through RegisterDomain.
-
getDescription
The description of the domain provided through RegisterDomain.
- Returns:
- The description of the domain provided through RegisterDomain.
-
withDescription
The description of the domain provided through RegisterDomain.
- Parameters:
description
- The description of the domain provided through RegisterDomain.- 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
-