@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDomainResult() |
Modifier and Type | Method and Description |
---|---|
CreateDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainArn()
The Amazon Resource Name (ARN) for the Cases domain.
|
String |
getDomainId()
The unique identifier of the Cases domain.
|
String |
getDomainStatus()
The status of the domain.
|
int |
hashCode() |
void |
setDomainArn(String domainArn)
The Amazon Resource Name (ARN) for the Cases domain.
|
void |
setDomainId(String domainId)
The unique identifier of the Cases domain.
|
void |
setDomainStatus(String domainStatus)
The status of the domain.
|
String |
toString()
Returns a string representation of this object.
|
CreateDomainResult |
withDomainArn(String domainArn)
The Amazon Resource Name (ARN) for the Cases domain.
|
CreateDomainResult |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
CreateDomainResult |
withDomainStatus(DomainStatus domainStatus)
The status of the domain.
|
CreateDomainResult |
withDomainStatus(String domainStatus)
The status of the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainArn(String domainArn)
The Amazon Resource Name (ARN) for the Cases domain.
domainArn
- The Amazon Resource Name (ARN) for the Cases domain.public String getDomainArn()
The Amazon Resource Name (ARN) for the Cases domain.
public CreateDomainResult withDomainArn(String domainArn)
The Amazon Resource Name (ARN) for the Cases domain.
domainArn
- The Amazon Resource Name (ARN) for the Cases domain.public void setDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public String getDomainId()
The unique identifier of the Cases domain.
public CreateDomainResult withDomainId(String domainId)
The unique identifier of the Cases domain.
domainId
- The unique identifier of the Cases domain.public void setDomainStatus(String domainStatus)
The status of the domain.
domainStatus
- The status of the domain.DomainStatus
public String getDomainStatus()
The status of the domain.
DomainStatus
public CreateDomainResult withDomainStatus(String domainStatus)
The status of the domain.
domainStatus
- The status of the domain.DomainStatus
public CreateDomainResult withDomainStatus(DomainStatus domainStatus)
The status of the domain.
domainStatus
- The status of the domain.DomainStatus
public String toString()
toString
in class Object
Object.toString()
public CreateDomainResult clone()