* The timestamp when the Cases domain was created. *
*/ private java.util.Date createdTime; /** ** The Amazon Resource Name (ARN) for the Cases domain. *
*/ private String domainArn; /** ** The unique identifier of the Cases domain. *
*/ private String domainId; /** ** The status of the Cases domain. *
*/ private String domainStatus; /** ** The name of the Cases domain. *
*/ private String name; /** ** 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. *
*/ private java.util.Map* The timestamp when the Cases domain was created. *
* * @param createdTime * The timestamp when the Cases domain was created. */ public void setCreatedTime(java.util.Date createdTime) { this.createdTime = createdTime; } /** ** The timestamp when the Cases domain was created. *
* * @return The timestamp when the Cases domain was created. */ public java.util.Date getCreatedTime() { return this.createdTime; } /** ** The timestamp when the Cases domain was created. *
* * @param createdTime * The timestamp when the Cases domain was created. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainResult withCreatedTime(java.util.Date createdTime) { setCreatedTime(createdTime); return this; } /** ** The Amazon Resource Name (ARN) for the Cases domain. *
* * @param domainArn * The Amazon Resource Name (ARN) for the Cases domain. */ public void setDomainArn(String domainArn) { this.domainArn = domainArn; } /** ** The Amazon Resource Name (ARN) for the Cases domain. *
* * @return The Amazon Resource Name (ARN) for the Cases domain. */ public String getDomainArn() { return this.domainArn; } /** ** The Amazon Resource Name (ARN) for the Cases domain. *
* * @param domainArn * The Amazon Resource Name (ARN) for the Cases domain. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainResult withDomainArn(String domainArn) { setDomainArn(domainArn); return this; } /** ** The unique identifier of the Cases domain. *
* * @param domainId * The unique identifier of the Cases domain. */ public void setDomainId(String domainId) { this.domainId = domainId; } /** ** The unique identifier of the Cases domain. *
* * @return The unique identifier of the Cases domain. */ public String getDomainId() { return this.domainId; } /** ** The unique identifier of the Cases domain. *
* * @param domainId * The unique identifier of the Cases domain. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainResult withDomainId(String domainId) { setDomainId(domainId); return this; } /** ** The status of the Cases domain. *
* * @param domainStatus * The status of the Cases domain. * @see DomainStatus */ public void setDomainStatus(String domainStatus) { this.domainStatus = domainStatus; } /** ** The status of the Cases domain. *
* * @return The status of the Cases domain. * @see DomainStatus */ public String getDomainStatus() { return this.domainStatus; } /** ** The status of the Cases domain. *
* * @param domainStatus * The status of the Cases domain. * @return Returns a reference to this object so that method calls can be chained together. * @see DomainStatus */ public GetDomainResult withDomainStatus(String domainStatus) { setDomainStatus(domainStatus); return this; } /** ** The status of the Cases domain. *
* * @param domainStatus * The status of the Cases domain. * @return Returns a reference to this object so that method calls can be chained together. * @see DomainStatus */ public GetDomainResult withDomainStatus(DomainStatus domainStatus) { this.domainStatus = domainStatus.toString(); return this; } /** ** The name of the Cases domain. *
* * @param name * The name of the Cases domain. */ public void setName(String name) { this.name = name; } /** ** The name of the Cases domain. *
* * @return The name of the Cases domain. */ public String getName() { return this.name; } /** ** The name of the Cases domain. *
* * @param name * The name of the Cases domain. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainResult withName(String name) { setName(name); return this; } /** ** 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. *
* * @return 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 java.util.Map* 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. *
* * @param 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 void setTags(java.util.Map* 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. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainResult withTags(java.util.Map