/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.route53domains.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* The GetDomainDetail response includes the following elements. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class GetDomainDetailResult extends com.amazonaws.AmazonWebServiceResult* The name of a domain. *
*/ private String domainName; /** ** The name servers of the domain. *
*/ private com.amazonaws.internal.SdkInternalList* Specifies whether the domain registration is set to renew automatically. *
*/ private Boolean autoRenew; /** ** Provides details about the domain administrative contact. *
*/ private ContactDetail adminContact; /** ** Provides details about the domain registrant. *
*/ private ContactDetail registrantContact; /** ** Provides details about the domain technical contact. *
*/ private ContactDetail techContact; /** *
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the admin contact.
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the registrant contact (domain owner).
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the technical contact.
*
* Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are
* registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for
* domains that are registered by Gandi is "GANDI SAS"
.
*
* The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. *
*/ private String whoIsServer; /** ** Web address of the registrar. *
*/ private String registrarUrl; /** ** Email address to contact to report incorrect contact information for a domain, to report that the domain is being * used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. *
*/ private String abuseContactEmail; /** ** Phone number for reporting abuse. *
*/ private String abuseContactPhone; /** ** Reserved for future use. *
*/ private String registryDomainId; /** ** The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
*/ private java.util.Date creationDate; /** ** The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
*/ private java.util.Date updatedDate; /** ** The date when the registration for the domain is set to expire. The date and time is in Unix time format and * Coordinated Universal time (UTC). *
*/ private java.util.Date expirationDate; /** *
* Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon"
* as the reseller.
*
* Deprecated. *
*/ private String dnsSec; /** ** An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. *
** ICANN, the organization that maintains a central database of domain names, has developed a set of domain name * status codes that tell you the status of a variety of operations on a domain name, for example, registering a * domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so * on. All registrars use this same set of status codes. *
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the
* ICANN website; web searches sometimes return an old version of the document.)
*
* A complex type that contains information about the DNSSEC configuration. *
*/ private com.amazonaws.internal.SdkInternalList* The name of a domain. *
* * @param domainName * The name of a domain. */ public void setDomainName(String domainName) { this.domainName = domainName; } /** ** The name of a domain. *
* * @return The name of a domain. */ public String getDomainName() { return this.domainName; } /** ** The name of a domain. *
* * @param domainName * The name of a domain. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withDomainName(String domainName) { setDomainName(domainName); return this; } /** ** The name servers of the domain. *
* * @return The name servers of the domain. */ public java.util.List* The name servers of the domain. *
* * @param nameservers * The name servers of the domain. */ public void setNameservers(java.util.Collection* The name servers of the domain. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setNameservers(java.util.Collection)} or {@link #withNameservers(java.util.Collection)} if you want to * override the existing values. *
* * @param nameservers * The name servers of the domain. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withNameservers(Nameserver... nameservers) { if (this.nameservers == null) { setNameservers(new com.amazonaws.internal.SdkInternalList* The name servers of the domain. *
* * @param nameservers * The name servers of the domain. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withNameservers(java.util.Collection* Specifies whether the domain registration is set to renew automatically. *
* * @param autoRenew * Specifies whether the domain registration is set to renew automatically. */ public void setAutoRenew(Boolean autoRenew) { this.autoRenew = autoRenew; } /** ** Specifies whether the domain registration is set to renew automatically. *
* * @return Specifies whether the domain registration is set to renew automatically. */ public Boolean getAutoRenew() { return this.autoRenew; } /** ** Specifies whether the domain registration is set to renew automatically. *
* * @param autoRenew * Specifies whether the domain registration is set to renew automatically. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withAutoRenew(Boolean autoRenew) { setAutoRenew(autoRenew); return this; } /** ** Specifies whether the domain registration is set to renew automatically. *
* * @return Specifies whether the domain registration is set to renew automatically. */ public Boolean isAutoRenew() { return this.autoRenew; } /** ** Provides details about the domain administrative contact. *
* * @param adminContact * Provides details about the domain administrative contact. */ public void setAdminContact(ContactDetail adminContact) { this.adminContact = adminContact; } /** ** Provides details about the domain administrative contact. *
* * @return Provides details about the domain administrative contact. */ public ContactDetail getAdminContact() { return this.adminContact; } /** ** Provides details about the domain administrative contact. *
* * @param adminContact * Provides details about the domain administrative contact. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withAdminContact(ContactDetail adminContact) { setAdminContact(adminContact); return this; } /** ** Provides details about the domain registrant. *
* * @param registrantContact * Provides details about the domain registrant. */ public void setRegistrantContact(ContactDetail registrantContact) { this.registrantContact = registrantContact; } /** ** Provides details about the domain registrant. *
* * @return Provides details about the domain registrant. */ public ContactDetail getRegistrantContact() { return this.registrantContact; } /** ** Provides details about the domain registrant. *
* * @param registrantContact * Provides details about the domain registrant. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withRegistrantContact(ContactDetail registrantContact) { setRegistrantContact(registrantContact); return this; } /** ** Provides details about the domain technical contact. *
* * @param techContact * Provides details about the domain technical contact. */ public void setTechContact(ContactDetail techContact) { this.techContact = techContact; } /** ** Provides details about the domain technical contact. *
* * @return Provides details about the domain technical contact. */ public ContactDetail getTechContact() { return this.techContact; } /** ** Provides details about the domain technical contact. *
* * @param techContact * Provides details about the domain technical contact. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withTechContact(ContactDetail techContact) { setTechContact(techContact); return this; } /** *
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the admin contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the admin contact.
*/
public void setAdminPrivacy(Boolean adminPrivacy) {
this.adminPrivacy = adminPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the admin contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the admin contact.
*/
public Boolean getAdminPrivacy() {
return this.adminPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the admin contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the admin contact.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDomainDetailResult withAdminPrivacy(Boolean adminPrivacy) {
setAdminPrivacy(adminPrivacy);
return this;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the admin contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the admin contact.
*/
public Boolean isAdminPrivacy() {
return this.adminPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the registrant contact (domain owner).
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the registrant contact (domain owner).
*/
public void setRegistrantPrivacy(Boolean registrantPrivacy) {
this.registrantPrivacy = registrantPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the registrant contact (domain owner).
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the registrant contact (domain owner).
*/
public Boolean getRegistrantPrivacy() {
return this.registrantPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the registrant contact (domain owner).
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the registrant contact (domain owner).
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDomainDetailResult withRegistrantPrivacy(Boolean registrantPrivacy) {
setRegistrantPrivacy(registrantPrivacy);
return this;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the registrant contact (domain owner).
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the registrant contact (domain owner).
*/
public Boolean isRegistrantPrivacy() {
return this.registrantPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the technical contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the technical contact.
*/
public void setTechPrivacy(Boolean techPrivacy) {
this.techPrivacy = techPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the technical contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the technical contact.
*/
public Boolean getTechPrivacy() {
return this.techPrivacy;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the technical contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the technical contact.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDomainDetailResult withTechPrivacy(Boolean techPrivacy) {
setTechPrivacy(techPrivacy);
return this;
}
/**
*
* Specifies whether contact information is concealed from WHOIS queries. If the value is true
, WHOIS
* ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). If the value is false
, WHOIS queries return
* the information that you entered for the technical contact.
*
true
,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false
,
* WHOIS queries return the information that you entered for the technical contact.
*/
public Boolean isTechPrivacy() {
return this.techPrivacy;
}
/**
*
* Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are
* registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for
* domains that are registered by Gandi is "GANDI SAS"
.
*
"GANDI SAS"
.
*/
public void setRegistrarName(String registrarName) {
this.registrarName = registrarName;
}
/**
*
* Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are
* registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for
* domains that are registered by Gandi is "GANDI SAS"
.
*
"GANDI SAS"
.
*/
public String getRegistrarName() {
return this.registrarName;
}
/**
*
* Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are
* registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for
* domains that are registered by Gandi is "GANDI SAS"
.
*
"GANDI SAS"
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDomainDetailResult withRegistrarName(String registrarName) {
setRegistrarName(registrarName);
return this;
}
/**
* * The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. *
* * @param whoIsServer * The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. */ public void setWhoIsServer(String whoIsServer) { this.whoIsServer = whoIsServer; } /** ** The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. *
* * @return The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. */ public String getWhoIsServer() { return this.whoIsServer; } /** ** The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. *
* * @param whoIsServer * The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withWhoIsServer(String whoIsServer) { setWhoIsServer(whoIsServer); return this; } /** ** Web address of the registrar. *
* * @param registrarUrl * Web address of the registrar. */ public void setRegistrarUrl(String registrarUrl) { this.registrarUrl = registrarUrl; } /** ** Web address of the registrar. *
* * @return Web address of the registrar. */ public String getRegistrarUrl() { return this.registrarUrl; } /** ** Web address of the registrar. *
* * @param registrarUrl * Web address of the registrar. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withRegistrarUrl(String registrarUrl) { setRegistrarUrl(registrarUrl); return this; } /** ** Email address to contact to report incorrect contact information for a domain, to report that the domain is being * used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. *
* * @param abuseContactEmail * Email address to contact to report incorrect contact information for a domain, to report that the domain * is being used to send spam, to report that someone is cybersquatting on a domain name, or report some * other type of abuse. */ public void setAbuseContactEmail(String abuseContactEmail) { this.abuseContactEmail = abuseContactEmail; } /** ** Email address to contact to report incorrect contact information for a domain, to report that the domain is being * used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. *
* * @return Email address to contact to report incorrect contact information for a domain, to report that the domain * is being used to send spam, to report that someone is cybersquatting on a domain name, or report some * other type of abuse. */ public String getAbuseContactEmail() { return this.abuseContactEmail; } /** ** Email address to contact to report incorrect contact information for a domain, to report that the domain is being * used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse. *
* * @param abuseContactEmail * Email address to contact to report incorrect contact information for a domain, to report that the domain * is being used to send spam, to report that someone is cybersquatting on a domain name, or report some * other type of abuse. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withAbuseContactEmail(String abuseContactEmail) { setAbuseContactEmail(abuseContactEmail); return this; } /** ** Phone number for reporting abuse. *
* * @param abuseContactPhone * Phone number for reporting abuse. */ public void setAbuseContactPhone(String abuseContactPhone) { this.abuseContactPhone = abuseContactPhone; } /** ** Phone number for reporting abuse. *
* * @return Phone number for reporting abuse. */ public String getAbuseContactPhone() { return this.abuseContactPhone; } /** ** Phone number for reporting abuse. *
* * @param abuseContactPhone * Phone number for reporting abuse. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withAbuseContactPhone(String abuseContactPhone) { setAbuseContactPhone(abuseContactPhone); return this; } /** ** Reserved for future use. *
* * @param registryDomainId * Reserved for future use. */ public void setRegistryDomainId(String registryDomainId) { this.registryDomainId = registryDomainId; } /** ** Reserved for future use. *
* * @return Reserved for future use. */ public String getRegistryDomainId() { return this.registryDomainId; } /** ** Reserved for future use. *
* * @param registryDomainId * Reserved for future use. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withRegistryDomainId(String registryDomainId) { setRegistryDomainId(registryDomainId); return this; } /** ** The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
* * @param creationDate * The date when the domain was created as found in the response to a WHOIS query. The date and time is in * Unix time format and Coordinated Universal time (UTC). */ public void setCreationDate(java.util.Date creationDate) { this.creationDate = creationDate; } /** ** The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
* * @return The date when the domain was created as found in the response to a WHOIS query. The date and time is in * Unix time format and Coordinated Universal time (UTC). */ public java.util.Date getCreationDate() { return this.creationDate; } /** ** The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
* * @param creationDate * The date when the domain was created as found in the response to a WHOIS query. The date and time is in * Unix time format and Coordinated Universal time (UTC). * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withCreationDate(java.util.Date creationDate) { setCreationDate(creationDate); return this; } /** ** The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
* * @param updatedDate * The last updated date of the domain as found in the response to a WHOIS query. The date and time is in * Unix time format and Coordinated Universal time (UTC). */ public void setUpdatedDate(java.util.Date updatedDate) { this.updatedDate = updatedDate; } /** ** The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
* * @return The last updated date of the domain as found in the response to a WHOIS query. The date and time is in * Unix time format and Coordinated Universal time (UTC). */ public java.util.Date getUpdatedDate() { return this.updatedDate; } /** ** The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time * format and Coordinated Universal time (UTC). *
* * @param updatedDate * The last updated date of the domain as found in the response to a WHOIS query. The date and time is in * Unix time format and Coordinated Universal time (UTC). * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withUpdatedDate(java.util.Date updatedDate) { setUpdatedDate(updatedDate); return this; } /** ** The date when the registration for the domain is set to expire. The date and time is in Unix time format and * Coordinated Universal time (UTC). *
* * @param expirationDate * The date when the registration for the domain is set to expire. The date and time is in Unix time format * and Coordinated Universal time (UTC). */ public void setExpirationDate(java.util.Date expirationDate) { this.expirationDate = expirationDate; } /** ** The date when the registration for the domain is set to expire. The date and time is in Unix time format and * Coordinated Universal time (UTC). *
* * @return The date when the registration for the domain is set to expire. The date and time is in Unix time format * and Coordinated Universal time (UTC). */ public java.util.Date getExpirationDate() { return this.expirationDate; } /** ** The date when the registration for the domain is set to expire. The date and time is in Unix time format and * Coordinated Universal time (UTC). *
* * @param expirationDate * The date when the registration for the domain is set to expire. The date and time is in Unix time format * and Coordinated Universal time (UTC). * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withExpirationDate(java.util.Date expirationDate) { setExpirationDate(expirationDate); return this; } /** *
* Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon"
* as the reseller.
*
"Amazon"
as the reseller.
*/
public void setReseller(String reseller) {
this.reseller = reseller;
}
/**
*
* Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon"
* as the reseller.
*
"Amazon"
as the reseller.
*/
public String getReseller() {
return this.reseller;
}
/**
*
* Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon"
* as the reseller.
*
"Amazon"
as the reseller.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDomainDetailResult withReseller(String reseller) {
setReseller(reseller);
return this;
}
/**
* * Deprecated. *
* * @param dnsSec * Deprecated. */ public void setDnsSec(String dnsSec) { this.dnsSec = dnsSec; } /** ** Deprecated. *
* * @return Deprecated. */ public String getDnsSec() { return this.dnsSec; } /** ** Deprecated. *
* * @param dnsSec * Deprecated. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDomainDetailResult withDnsSec(String dnsSec) { setDnsSec(dnsSec); return this; } /** ** An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes. *
** ICANN, the organization that maintains a central database of domain names, has developed a set of domain name * status codes that tell you the status of a variety of operations on a domain name, for example, registering a * domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so * on. All registrars use this same set of status codes. *
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on the
* ICANN website; web searches sometimes return an old version of the document.)
*
* ICANN, the organization that maintains a central database of domain names, has developed a set of domain * name status codes that tell you the status of a variety of operations on a domain name, for example, * registering a domain name, transferring a domain name to another registrar, renewing the registration for * a domain name, and so on. All registrars use this same set of status codes. *
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for
* An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
*
* ICANN, the organization that maintains a central database of domain names, has developed a set of domain name
* status codes that tell you the status of a variety of operations on a domain name, for example, registering a
* domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so
* on. All registrars use this same set of status codes.
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on
* the ICANN website; web searches sometimes return an old version of the document.)
*/
public java.util.Listepp status codes
. (Search on the
* ICANN website; web searches sometimes return an old version of the document.)
*
* ICANN, the organization that maintains a central database of domain names, has developed a set of domain * name status codes that tell you the status of a variety of operations on a domain name, for example, * registering a domain name, transferring a domain name to another registrar, renewing the registration for * a domain name, and so on. All registrars use this same set of status codes. *
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for
* An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
*
* ICANN, the organization that maintains a central database of domain names, has developed a set of domain name
* status codes that tell you the status of a variety of operations on a domain name, for example, registering a
* domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so
* on. All registrars use this same set of status codes.
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setStatusList(java.util.Collection)} or {@link #withStatusList(java.util.Collection)} if you want to
* override the existing values.
* epp status codes
. (Search on
* the ICANN website; web searches sometimes return an old version of the document.)
*/
public void setStatusList(java.util.Collectionepp status codes
. (Search on the
* ICANN website; web searches sometimes return an old version of the document.)
*
* ICANN, the organization that maintains a central database of domain names, has developed a set of domain * name status codes that tell you the status of a variety of operations on a domain name, for example, * registering a domain name, transferring a domain name to another registrar, renewing the registration for * a domain name, and so on. All registrars use this same set of status codes. *
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for
* An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
*
* ICANN, the organization that maintains a central database of domain names, has developed a set of domain name
* status codes that tell you the status of a variety of operations on a domain name, for example, registering a
* domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so
* on. All registrars use this same set of status codes.
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes
. (Search on
* the ICANN website; web searches sometimes return an old version of the document.)
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDomainDetailResult withStatusList(String... statusList) {
if (this.statusList == null) {
setStatusList(new com.amazonaws.internal.SdkInternalListepp status codes
. (Search on the
* ICANN website; web searches sometimes return an old version of the document.)
*
* ICANN, the organization that maintains a central database of domain names, has developed a set of domain * name status codes that tell you the status of a variety of operations on a domain name, for example, * registering a domain name, transferring a domain name to another registrar, renewing the registration for * a domain name, and so on. All registrars use this same set of status codes. *
*
* For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for
* A complex type that contains information about the DNSSEC configuration.
*
* A complex type that contains information about the DNSSEC configuration.
*
* A complex type that contains information about the DNSSEC configuration.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setDnssecKeys(java.util.Collection)} or {@link #withDnssecKeys(java.util.Collection)} if you want to
* override the existing values.
*
* A complex type that contains information about the DNSSEC configuration.
* epp status codes
. (Search on
* the ICANN website; web searches sometimes return an old version of the document.)
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetDomainDetailResult withStatusList(java.util.Collection