@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainDetailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The GetDomainDetail response includes the following elements.
Constructor and Description |
---|
GetDomainDetailResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainDetailResult |
clone() |
boolean |
equals(Object obj) |
String |
getAbuseContactEmail()
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.
|
String |
getAbuseContactPhone()
Phone number for reporting abuse.
|
ContactDetail |
getAdminContact()
Provides details about the domain administrative contact.
|
Boolean |
getAdminPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
Boolean |
getAutoRenew()
Specifies whether the domain registration is set to renew automatically.
|
ContactDetail |
getBillingContact()
Provides details about the domain billing contact.
|
Boolean |
getBillingPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
Date |
getCreationDate()
The date when the domain was created as found in the response to a WHOIS query.
|
String |
getDnsSec()
Deprecated.
|
List<DnssecKey> |
getDnssecKeys()
A complex type that contains information about the DNSSEC configuration.
|
String |
getDomainName()
The name of a domain.
|
Date |
getExpirationDate()
The date when the registration for the domain is set to expire.
|
List<Nameserver> |
getNameservers()
The name servers of the domain.
|
ContactDetail |
getRegistrantContact()
Provides details about the domain registrant.
|
Boolean |
getRegistrantPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
String |
getRegistrarName()
Name of the registrar of the domain as identified in the registry.
|
String |
getRegistrarUrl()
Web address of the registrar.
|
String |
getRegistryDomainId()
Reserved for future use.
|
String |
getReseller()
Reseller of the domain.
|
List<String> |
getStatusList()
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
|
ContactDetail |
getTechContact()
Provides details about the domain technical contact.
|
Boolean |
getTechPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
Date |
getUpdatedDate()
The last updated date of the domain as found in the response to a WHOIS query.
|
String |
getWhoIsServer()
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
|
int |
hashCode() |
Boolean |
isAdminPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
Boolean |
isAutoRenew()
Specifies whether the domain registration is set to renew automatically.
|
Boolean |
isBillingPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
Boolean |
isRegistrantPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
Boolean |
isTechPrivacy()
Specifies whether contact information is concealed from WHOIS queries.
|
void |
setAbuseContactEmail(String 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.
|
void |
setAbuseContactPhone(String abuseContactPhone)
Phone number for reporting abuse.
|
void |
setAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
|
void |
setAdminPrivacy(Boolean adminPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
void |
setAutoRenew(Boolean autoRenew)
Specifies whether the domain registration is set to renew automatically.
|
void |
setBillingContact(ContactDetail billingContact)
Provides details about the domain billing contact.
|
void |
setBillingPrivacy(Boolean billingPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
void |
setCreationDate(Date creationDate)
The date when the domain was created as found in the response to a WHOIS query.
|
void |
setDnsSec(String dnsSec)
Deprecated.
|
void |
setDnssecKeys(Collection<DnssecKey> dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
|
void |
setDomainName(String domainName)
The name of a domain.
|
void |
setExpirationDate(Date expirationDate)
The date when the registration for the domain is set to expire.
|
void |
setNameservers(Collection<Nameserver> nameservers)
The name servers of the domain.
|
void |
setRegistrantContact(ContactDetail registrantContact)
Provides details about the domain registrant.
|
void |
setRegistrantPrivacy(Boolean registrantPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
void |
setRegistrarName(String registrarName)
Name of the registrar of the domain as identified in the registry.
|
void |
setRegistrarUrl(String registrarUrl)
Web address of the registrar.
|
void |
setRegistryDomainId(String registryDomainId)
Reserved for future use.
|
void |
setReseller(String reseller)
Reseller of the domain.
|
void |
setStatusList(Collection<String> statusList)
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
|
void |
setTechContact(ContactDetail techContact)
Provides details about the domain technical contact.
|
void |
setTechPrivacy(Boolean techPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
void |
setUpdatedDate(Date updatedDate)
The last updated date of the domain as found in the response to a WHOIS query.
|
void |
setWhoIsServer(String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
|
String |
toString()
Returns a string representation of this object.
|
GetDomainDetailResult |
withAbuseContactEmail(String 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.
|
GetDomainDetailResult |
withAbuseContactPhone(String abuseContactPhone)
Phone number for reporting abuse.
|
GetDomainDetailResult |
withAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
|
GetDomainDetailResult |
withAdminPrivacy(Boolean adminPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
GetDomainDetailResult |
withAutoRenew(Boolean autoRenew)
Specifies whether the domain registration is set to renew automatically.
|
GetDomainDetailResult |
withBillingContact(ContactDetail billingContact)
Provides details about the domain billing contact.
|
GetDomainDetailResult |
withBillingPrivacy(Boolean billingPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
GetDomainDetailResult |
withCreationDate(Date creationDate)
The date when the domain was created as found in the response to a WHOIS query.
|
GetDomainDetailResult |
withDnsSec(String dnsSec)
Deprecated.
|
GetDomainDetailResult |
withDnssecKeys(Collection<DnssecKey> dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
|
GetDomainDetailResult |
withDnssecKeys(DnssecKey... dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
|
GetDomainDetailResult |
withDomainName(String domainName)
The name of a domain.
|
GetDomainDetailResult |
withExpirationDate(Date expirationDate)
The date when the registration for the domain is set to expire.
|
GetDomainDetailResult |
withNameservers(Collection<Nameserver> nameservers)
The name servers of the domain.
|
GetDomainDetailResult |
withNameservers(Nameserver... nameservers)
The name servers of the domain.
|
GetDomainDetailResult |
withRegistrantContact(ContactDetail registrantContact)
Provides details about the domain registrant.
|
GetDomainDetailResult |
withRegistrantPrivacy(Boolean registrantPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
GetDomainDetailResult |
withRegistrarName(String registrarName)
Name of the registrar of the domain as identified in the registry.
|
GetDomainDetailResult |
withRegistrarUrl(String registrarUrl)
Web address of the registrar.
|
GetDomainDetailResult |
withRegistryDomainId(String registryDomainId)
Reserved for future use.
|
GetDomainDetailResult |
withReseller(String reseller)
Reseller of the domain.
|
GetDomainDetailResult |
withStatusList(Collection<String> statusList)
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
|
GetDomainDetailResult |
withStatusList(String... statusList)
An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.
|
GetDomainDetailResult |
withTechContact(ContactDetail techContact)
Provides details about the domain technical contact.
|
GetDomainDetailResult |
withTechPrivacy(Boolean techPrivacy)
Specifies whether contact information is concealed from WHOIS queries.
|
GetDomainDetailResult |
withUpdatedDate(Date updatedDate)
The last updated date of the domain as found in the response to a WHOIS query.
|
GetDomainDetailResult |
withWhoIsServer(String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The name of a domain.
domainName
- The name of a domain.public String getDomainName()
The name of a domain.
public GetDomainDetailResult withDomainName(String domainName)
The name of a domain.
domainName
- The name of a domain.public List<Nameserver> getNameservers()
The name servers of the domain.
public void setNameservers(Collection<Nameserver> nameservers)
The name servers of the domain.
nameservers
- The name servers of the domain.public GetDomainDetailResult withNameservers(Nameserver... nameservers)
The name servers of the domain.
NOTE: This method appends the values to the existing list (if any). Use
setNameservers(java.util.Collection)
or withNameservers(java.util.Collection)
if you want to
override the existing values.
nameservers
- The name servers of the domain.public GetDomainDetailResult withNameservers(Collection<Nameserver> nameservers)
The name servers of the domain.
nameservers
- The name servers of the domain.public void setAutoRenew(Boolean autoRenew)
Specifies whether the domain registration is set to renew automatically.
autoRenew
- Specifies whether the domain registration is set to renew automatically.public Boolean getAutoRenew()
Specifies whether the domain registration is set to renew automatically.
public GetDomainDetailResult withAutoRenew(Boolean autoRenew)
Specifies whether the domain registration is set to renew automatically.
autoRenew
- Specifies whether the domain registration is set to renew automatically.public Boolean isAutoRenew()
Specifies whether the domain registration is set to renew automatically.
public void setAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
adminContact
- Provides details about the domain administrative contact.public ContactDetail getAdminContact()
Provides details about the domain administrative contact.
public GetDomainDetailResult withAdminContact(ContactDetail adminContact)
Provides details about the domain administrative contact.
adminContact
- Provides details about the domain administrative contact.public void setRegistrantContact(ContactDetail registrantContact)
Provides details about the domain registrant.
registrantContact
- Provides details about the domain registrant.public ContactDetail getRegistrantContact()
Provides details about the domain registrant.
public GetDomainDetailResult withRegistrantContact(ContactDetail registrantContact)
Provides details about the domain registrant.
registrantContact
- Provides details about the domain registrant.public void setTechContact(ContactDetail techContact)
Provides details about the domain technical contact.
techContact
- Provides details about the domain technical contact.public ContactDetail getTechContact()
Provides details about the domain technical contact.
public GetDomainDetailResult withTechContact(ContactDetail techContact)
Provides details about the domain technical contact.
techContact
- Provides details about the domain technical contact.public void setAdminPrivacy(Boolean 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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the admin contact.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the admin contact.public Boolean getAdminPrivacy()
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 or for our registrar associate, Gandi.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the admin contact.public GetDomainDetailResult withAdminPrivacy(Boolean 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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the admin contact.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the admin contact.public Boolean isAdminPrivacy()
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 or for our registrar associate, Gandi.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the admin contact.public void setRegistrantPrivacy(Boolean 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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the registrant
contact (domain owner).
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the registrant contact (domain owner).public Boolean getRegistrantPrivacy()
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 or for our registrar associate, Gandi.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the registrant contact (domain owner).public GetDomainDetailResult withRegistrantPrivacy(Boolean 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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the registrant
contact (domain owner).
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the registrant contact (domain owner).public Boolean isRegistrantPrivacy()
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 or for our registrar associate, Gandi.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the registrant contact (domain owner).public void setTechPrivacy(Boolean 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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the technical
contact.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the technical contact.public Boolean getTechPrivacy()
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 or for our registrar associate, Gandi.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the technical contact.public GetDomainDetailResult withTechPrivacy(Boolean 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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the technical
contact.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the technical contact.public Boolean isTechPrivacy()
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 or for our registrar associate, Gandi.
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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the technical contact.public void setRegistrarName(String registrarName)
Name of the registrar of the domain as identified in the registry.
registrarName
- Name of the registrar of the domain as identified in the registry.public String getRegistrarName()
Name of the registrar of the domain as identified in the registry.
public GetDomainDetailResult withRegistrarName(String registrarName)
Name of the registrar of the domain as identified in the registry.
registrarName
- Name of the registrar of the domain as identified in the registry.public void setWhoIsServer(String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
whoIsServer
- The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.public String getWhoIsServer()
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
public GetDomainDetailResult withWhoIsServer(String whoIsServer)
The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.
whoIsServer
- The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.public void setRegistrarUrl(String registrarUrl)
Web address of the registrar.
registrarUrl
- Web address of the registrar.public String getRegistrarUrl()
Web address of the registrar.
public GetDomainDetailResult withRegistrarUrl(String registrarUrl)
Web address of the registrar.
registrarUrl
- Web address of the registrar.public void setAbuseContactEmail(String 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.
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 String getAbuseContactEmail()
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 GetDomainDetailResult withAbuseContactEmail(String 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.
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 setAbuseContactPhone(String abuseContactPhone)
Phone number for reporting abuse.
abuseContactPhone
- Phone number for reporting abuse.public String getAbuseContactPhone()
Phone number for reporting abuse.
public GetDomainDetailResult withAbuseContactPhone(String abuseContactPhone)
Phone number for reporting abuse.
abuseContactPhone
- Phone number for reporting abuse.public void setRegistryDomainId(String registryDomainId)
Reserved for future use.
registryDomainId
- Reserved for future use.public String getRegistryDomainId()
Reserved for future use.
public GetDomainDetailResult withRegistryDomainId(String registryDomainId)
Reserved for future use.
registryDomainId
- Reserved for future use.public void setCreationDate(Date 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).
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 Date getCreationDate()
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 GetDomainDetailResult withCreationDate(Date 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).
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 setUpdatedDate(Date 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).
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 Date getUpdatedDate()
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 GetDomainDetailResult withUpdatedDate(Date 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).
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 setExpirationDate(Date 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).
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 Date getExpirationDate()
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 GetDomainDetailResult withExpirationDate(Date 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).
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 setReseller(String reseller)
Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon"
as the reseller.
reseller
- Reseller of the domain. Domains registered or transferred using Route 53 domains will have
"Amazon"
as the reseller.public String getReseller()
Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon"
as the reseller.
"Amazon"
as the reseller.public GetDomainDetailResult withReseller(String reseller)
Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon"
as the reseller.
reseller
- Reseller of the domain. Domains registered or transferred using Route 53 domains will have
"Amazon"
as the reseller.public void setDnsSec(String dnsSec)
Deprecated.
dnsSec
- Deprecated.public String getDnsSec()
Deprecated.
public GetDomainDetailResult withDnsSec(String dnsSec)
Deprecated.
dnsSec
- Deprecated.public List<String> getStatusList()
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 epp status codes
. (Search on
the ICANN website; web searches sometimes return an old version of the document.)
public void setStatusList(Collection<String> statusList)
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.)
statusList
- 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 GetDomainDetailResult withStatusList(String... statusList)
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.)
NOTE: This method appends the values to the existing list (if any). Use
setStatusList(java.util.Collection)
or withStatusList(java.util.Collection)
if you want to
override the existing values.
statusList
- 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 GetDomainDetailResult withStatusList(Collection<String> statusList)
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.)
statusList
- 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 List<DnssecKey> getDnssecKeys()
A complex type that contains information about the DNSSEC configuration.
public void setDnssecKeys(Collection<DnssecKey> dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
dnssecKeys
- A complex type that contains information about the DNSSEC configuration.public GetDomainDetailResult withDnssecKeys(DnssecKey... dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
NOTE: This method appends the values to the existing list (if any). Use
setDnssecKeys(java.util.Collection)
or withDnssecKeys(java.util.Collection)
if you want to
override the existing values.
dnssecKeys
- A complex type that contains information about the DNSSEC configuration.public GetDomainDetailResult withDnssecKeys(Collection<DnssecKey> dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
dnssecKeys
- A complex type that contains information about the DNSSEC configuration.public void setBillingContact(ContactDetail billingContact)
Provides details about the domain billing contact.
billingContact
- Provides details about the domain billing contact.public ContactDetail getBillingContact()
Provides details about the domain billing contact.
public GetDomainDetailResult withBillingContact(ContactDetail billingContact)
Provides details about the domain billing contact.
billingContact
- Provides details about the domain billing contact.public void setBillingPrivacy(Boolean billingPrivacy)
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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the billing
contact.
billingPrivacy
- 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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the billing contact.public Boolean getBillingPrivacy()
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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the billing
contact.
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the billing contact.public GetDomainDetailResult withBillingPrivacy(Boolean billingPrivacy)
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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the billing
contact.
billingPrivacy
- 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 or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the billing contact.public Boolean isBillingPrivacy()
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 or for our registrar associate, Gandi.
If the value is false
, WHOIS queries return the information that you entered for the billing
contact.
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If the value is false
, WHOIS queries return the information that you
entered for the billing contact.public String toString()
toString
in class Object
Object.toString()
public GetDomainDetailResult clone()