Class CreateDomainNameResult
- java.lang.Object
-
- com.amazonaws.services.apigateway.model.CreateDomainNameResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateDomainNameResult extends Object implements Serializable, Cloneable
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateDomainNameResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDomainNameResultclone()booleanequals(Object obj)StringgetCertificateName()The name of the certificate.DategetCertificateUploadDate()The date when the certificate was uploaded, in ISO 8601 format.StringgetDistributionDomainName()The domain name of the Amazon CloudFront distribution.StringgetDomainName()The name of the DomainName resource.inthashCode()voidsetCertificateName(String certificateName)The name of the certificate.voidsetCertificateUploadDate(Date certificateUploadDate)The date when the certificate was uploaded, in ISO 8601 format.voidsetDistributionDomainName(String distributionDomainName)The domain name of the Amazon CloudFront distribution.voidsetDomainName(String domainName)The name of the DomainName resource.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateDomainNameResultwithCertificateName(String certificateName)The name of the certificate.CreateDomainNameResultwithCertificateUploadDate(Date certificateUploadDate)The date when the certificate was uploaded, in ISO 8601 format.CreateDomainNameResultwithDistributionDomainName(String distributionDomainName)The domain name of the Amazon CloudFront distribution.CreateDomainNameResultwithDomainName(String domainName)The name of the DomainName resource.
-
-
-
Method Detail
-
setDomainName
public void setDomainName(String domainName)
The name of the DomainName resource.
- Parameters:
domainName- The name of the DomainName resource.
-
getDomainName
public String getDomainName()
The name of the DomainName resource.
- Returns:
- The name of the DomainName resource.
-
withDomainName
public CreateDomainNameResult withDomainName(String domainName)
The name of the DomainName resource.
- Parameters:
domainName- The name of the DomainName resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateName
public void setCertificateName(String certificateName)
The name of the certificate.
- Parameters:
certificateName- The name of the certificate.
-
getCertificateName
public String getCertificateName()
The name of the certificate.
- Returns:
- The name of the certificate.
-
withCertificateName
public CreateDomainNameResult withCertificateName(String certificateName)
The name of the certificate.
- Parameters:
certificateName- The name of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateUploadDate
public void setCertificateUploadDate(Date certificateUploadDate)
The date when the certificate was uploaded, in ISO 8601 format.
- Parameters:
certificateUploadDate- The date when the certificate was uploaded, in ISO 8601 format.
-
getCertificateUploadDate
public Date getCertificateUploadDate()
The date when the certificate was uploaded, in ISO 8601 format.
- Returns:
- The date when the certificate was uploaded, in ISO 8601 format.
-
withCertificateUploadDate
public CreateDomainNameResult withCertificateUploadDate(Date certificateUploadDate)
The date when the certificate was uploaded, in ISO 8601 format.
- Parameters:
certificateUploadDate- The date when the certificate was uploaded, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDistributionDomainName
public void setDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
- Parameters:
distributionDomainName- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
-
getDistributionDomainName
public String getDistributionDomainName()
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
- Returns:
- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
-
withDistributionDomainName
public CreateDomainNameResult withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.
- Parameters:
distributionDomainName- The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateDomainNameResult clone()
-
-