@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainNameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
Constructor and Description |
---|
GetDomainNameResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainNameResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The reference to an AWS-managed certificate.
|
String |
getCertificateName()
The name of the certificate.
|
Date |
getCertificateUploadDate()
The timestamp when the certificate was uploaded.
|
String |
getDistributionDomainName()
The domain name of the Amazon CloudFront distribution.
|
String |
getDomainName()
The name of the DomainName resource.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The reference to an AWS-managed certificate.
|
void |
setCertificateName(String certificateName)
The name of the certificate.
|
void |
setCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate was uploaded.
|
void |
setDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution.
|
void |
setDomainName(String domainName)
The name of the DomainName resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDomainNameResult |
withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate.
|
GetDomainNameResult |
withCertificateName(String certificateName)
The name of the certificate.
|
GetDomainNameResult |
withCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate was uploaded.
|
GetDomainNameResult |
withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution.
|
GetDomainNameResult |
withDomainName(String domainName)
The name of the DomainName resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The name of the DomainName resource.
domainName
- The name of the DomainName resource.public String getDomainName()
The name of the DomainName resource.
public GetDomainNameResult withDomainName(String domainName)
The name of the DomainName resource.
domainName
- The name of the DomainName resource.public void setCertificateName(String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public String getCertificateName()
The name of the certificate.
public GetDomainNameResult withCertificateName(String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public void setCertificateArn(String certificateArn)
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
certificateArn
- The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.public String getCertificateArn()
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
public GetDomainNameResult withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
certificateArn
- The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.public void setCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate was uploaded.
certificateUploadDate
- The timestamp when the certificate was uploaded.public Date getCertificateUploadDate()
The timestamp when the certificate was uploaded.
public GetDomainNameResult withCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate was uploaded.
certificateUploadDate
- The timestamp when the certificate was uploaded.public void setDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
distributionDomainName
- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront
documentation.public String getDistributionDomainName()
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
public GetDomainNameResult withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
distributionDomainName
- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront
documentation.public String toString()
toString
in class Object
Object.toString()
public GetDomainNameResult clone()
Copyright © 2017. All rights reserved.