@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDomainResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getAcmCertificateArn()
The ARN of an issued ACM certificate that is valid for the domain being associated.
|
Date |
getCreatedTime()
The time that the domain was added.
|
String |
getDisplayName()
The name to display.
|
String |
getDomainName()
The name of the domain.
|
String |
getDomainStatus()
The current state for the domain.
|
int |
hashCode() |
void |
setAcmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
|
void |
setCreatedTime(Date createdTime)
The time that the domain was added.
|
void |
setDisplayName(String displayName)
The name to display.
|
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setDomainStatus(String domainStatus)
The current state for the domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDomainResult |
withAcmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
|
DescribeDomainResult |
withCreatedTime(Date createdTime)
The time that the domain was added.
|
DescribeDomainResult |
withDisplayName(String displayName)
The name to display.
|
DescribeDomainResult |
withDomainName(String domainName)
The name of the domain.
|
DescribeDomainResult |
withDomainStatus(DomainStatus domainStatus)
The current state for the domain.
|
DescribeDomainResult |
withDomainStatus(String domainStatus)
The current state for the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public String getDomainName()
The name of the domain.
public DescribeDomainResult withDomainName(String domainName)
The name of the domain.
domainName
- The name of the domain.public void setDisplayName(String displayName)
The name to display.
displayName
- The name to display.public String getDisplayName()
The name to display.
public DescribeDomainResult withDisplayName(String displayName)
The name to display.
displayName
- The name to display.public void setCreatedTime(Date createdTime)
The time that the domain was added.
createdTime
- The time that the domain was added.public Date getCreatedTime()
The time that the domain was added.
public DescribeDomainResult withCreatedTime(Date createdTime)
The time that the domain was added.
createdTime
- The time that the domain was added.public void setDomainStatus(String domainStatus)
The current state for the domain.
domainStatus
- The current state for the domain.DomainStatus
public String getDomainStatus()
The current state for the domain.
DomainStatus
public DescribeDomainResult withDomainStatus(String domainStatus)
The current state for the domain.
domainStatus
- The current state for the domain.DomainStatus
public DescribeDomainResult withDomainStatus(DomainStatus domainStatus)
The current state for the domain.
domainStatus
- The current state for the domain.DomainStatus
public void setAcmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
acmCertificateArn
- The ARN of an issued ACM certificate that is valid for the domain being associated.public String getAcmCertificateArn()
The ARN of an issued ACM certificate that is valid for the domain being associated.
public DescribeDomainResult withAcmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
acmCertificateArn
- The ARN of an issued ACM certificate that is valid for the domain being associated.public String toString()
toString
in class Object
Object.toString()
public DescribeDomainResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.