@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDomainResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDomainResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetDomainResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The timestamp when the Cases domain was created.
|
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 Cases domain.
|
String |
getName()
The name of the Cases domain.
|
Map<String,String> |
getTags()
A map of of key-value pairs that represent tags on a resource.
|
int |
hashCode() |
void |
setCreatedTime(Date createdTime)
The timestamp when the Cases domain was created.
|
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 Cases domain.
|
void |
setName(String name)
The name of the Cases domain.
|
void |
setTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
String |
toString()
Returns a string representation of this object.
|
GetDomainResult |
withCreatedTime(Date createdTime)
The timestamp when the Cases domain was created.
|
GetDomainResult |
withDomainArn(String domainArn)
The Amazon Resource Name (ARN) for the Cases domain.
|
GetDomainResult |
withDomainId(String domainId)
The unique identifier of the Cases domain.
|
GetDomainResult |
withDomainStatus(DomainStatus domainStatus)
The status of the Cases domain.
|
GetDomainResult |
withDomainStatus(String domainStatus)
The status of the Cases domain.
|
GetDomainResult |
withName(String name)
The name of the Cases domain.
|
GetDomainResult |
withTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedTime(Date createdTime)
The timestamp when the Cases domain was created.
createdTime
- The timestamp when the Cases domain was created.public Date getCreatedTime()
The timestamp when the Cases domain was created.
public GetDomainResult withCreatedTime(Date createdTime)
The timestamp when the Cases domain was created.
createdTime
- The timestamp when the Cases domain was created.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 GetDomainResult 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 GetDomainResult 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 Cases domain.
domainStatus
- The status of the Cases domain.DomainStatus
public String getDomainStatus()
The status of the Cases domain.
DomainStatus
public GetDomainResult withDomainStatus(String domainStatus)
The status of the Cases domain.
domainStatus
- The status of the Cases domain.DomainStatus
public GetDomainResult withDomainStatus(DomainStatus domainStatus)
The status of the Cases domain.
domainStatus
- The status of the Cases domain.DomainStatus
public void setName(String name)
The name of the Cases domain.
name
- The name of the Cases domain.public String getName()
The name of the Cases domain.
public GetDomainResult withName(String name)
The name of the Cases domain.
name
- The name of the Cases domain.public Map<String,String> getTags()
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
tags
- A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or
control access for this resource.public GetDomainResult withTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
tags
- A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or
control access for this resource.public GetDomainResult addTagsEntry(String key, String value)
public GetDomainResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetDomainResult clone()