@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The RegisterDomain request includes the following elements.
NOOP
Constructor and Description |
---|
RegisterDomainRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ContactDetail |
getAdminContact()
Provides detailed contact information.
|
Boolean |
getAutoRenew()
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
ContactDetail |
getBillingContact()
Provides detailed contact information.
|
String |
getDomainName()
The domain name that you want to register.
|
Integer |
getDurationInYears()
The number of years that you want to register the domain for.
|
String |
getIdnLangCode()
Reserved for future use.
|
Boolean |
getPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
getPrivacyProtectBillingContact()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
getPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
getPrivacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries.
|
ContactDetail |
getRegistrantContact()
Provides detailed contact information.
|
ContactDetail |
getTechContact()
Provides detailed contact information.
|
int |
hashCode() |
Boolean |
isAutoRenew()
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
Boolean |
isPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
isPrivacyProtectBillingContact()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
isPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
isPrivacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries.
|
void |
setAdminContact(ContactDetail adminContact)
Provides detailed contact information.
|
void |
setAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
void |
setBillingContact(ContactDetail billingContact)
Provides detailed contact information.
|
void |
setDomainName(String domainName)
The domain name that you want to register.
|
void |
setDurationInYears(Integer durationInYears)
The number of years that you want to register the domain for.
|
void |
setIdnLangCode(String idnLangCode)
Reserved for future use.
|
void |
setPrivacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setPrivacyProtectBillingContact(Boolean privacyProtectBillingContact)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setPrivacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setPrivacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information.
|
void |
setTechContact(ContactDetail techContact)
Provides detailed contact information.
|
String |
toString()
Returns a string representation of this object.
|
RegisterDomainRequest |
withAdminContact(ContactDetail adminContact)
Provides detailed contact information.
|
RegisterDomainRequest |
withAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
RegisterDomainRequest |
withBillingContact(ContactDetail billingContact)
Provides detailed contact information.
|
RegisterDomainRequest |
withDomainName(String domainName)
The domain name that you want to register.
|
RegisterDomainRequest |
withDurationInYears(Integer durationInYears)
The number of years that you want to register the domain for.
|
RegisterDomainRequest |
withIdnLangCode(String idnLangCode)
Reserved for future use.
|
RegisterDomainRequest |
withPrivacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest |
withPrivacyProtectBillingContact(Boolean privacyProtectBillingContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest |
withPrivacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest |
withPrivacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest |
withRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information.
|
RegisterDomainRequest |
withTechContact(ContactDetail techContact)
Provides detailed contact information.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the .
in example.com
.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
domainName
- The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that
Route 53 supports. For a list of supported TLDs, see Domains that You
Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the .
in example.com
.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
public String getDomainName()
The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the .
in example.com
.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the .
in example.com
.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
public RegisterDomainRequest withDomainName(String domainName)
The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the .
in example.com
.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
domainName
- The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that
Route 53 supports. For a list of supported TLDs, see Domains that You
Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the .
in example.com
.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
public void setIdnLangCode(String idnLangCode)
Reserved for future use.
idnLangCode
- Reserved for future use.public String getIdnLangCode()
Reserved for future use.
public RegisterDomainRequest withIdnLangCode(String idnLangCode)
Reserved for future use.
idnLangCode
- Reserved for future use.public void setDurationInYears(Integer durationInYears)
The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
durationInYears
- The number of years that you want to register the domain for. Domains are registered for a minimum of one
year. The maximum period depends on the top-level domain. For the range of valid values for your domain,
see Domains
that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
public Integer getDurationInYears()
The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
Default: 1
public RegisterDomainRequest withDurationInYears(Integer durationInYears)
The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
durationInYears
- The number of years that you want to register the domain for. Domains are registered for a minimum of one
year. The maximum period depends on the top-level domain. For the range of valid values for your domain,
see Domains
that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
public void setAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true
) or not (false
). Auto
renewal only takes effect after the account is charged.
Default: true
autoRenew
- Indicates whether the domain will be automatically renewed (true
) or not (false
). Auto renewal only takes effect after the account is charged.
Default: true
public Boolean getAutoRenew()
Indicates whether the domain will be automatically renewed (true
) or not (false
). Auto
renewal only takes effect after the account is charged.
Default: true
true
) or not (false
). Auto renewal only takes effect after the account is charged.
Default: true
public RegisterDomainRequest withAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true
) or not (false
). Auto
renewal only takes effect after the account is charged.
Default: true
autoRenew
- Indicates whether the domain will be automatically renewed (true
) or not (false
). Auto renewal only takes effect after the account is charged.
Default: true
public Boolean isAutoRenew()
Indicates whether the domain will be automatically renewed (true
) or not (false
). Auto
renewal only takes effect after the account is charged.
Default: true
true
) or not (false
). Auto renewal only takes effect after the account is charged.
Default: true
public void setAdminContact(ContactDetail adminContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
adminContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public ContactDetail getAdminContact()
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
public RegisterDomainRequest withAdminContact(ContactDetail adminContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
adminContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public void setRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
registrantContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public ContactDetail getRegistrantContact()
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
public RegisterDomainRequest withRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
registrantContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public void setTechContact(ContactDetail techContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
techContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public ContactDetail getTechContact()
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
public RegisterDomainRequest withTechContact(ContactDetail techContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
techContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public void setPrivacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the admin contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
privacyProtectAdminContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the admin contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public Boolean getPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the admin contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the admin contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public RegisterDomainRequest withPrivacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the admin contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
privacyProtectAdminContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the admin contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public Boolean isPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the admin contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the admin contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public void setPrivacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the registrant
contact (the domain owner).
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
privacyProtectRegistrantContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the registrant contact (the domain owner). You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public Boolean getPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the registrant
contact (the domain owner).
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the registrant contact (the domain owner). You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public RegisterDomainRequest withPrivacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the registrant
contact (the domain owner).
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
privacyProtectRegistrantContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the registrant contact (the domain owner). You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public Boolean isPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the registrant
contact (the domain owner).
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the registrant contact (the domain owner). You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public void setPrivacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the technical
contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
privacyProtectTechContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the technical contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public Boolean getPrivacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the technical
contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the technical contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public RegisterDomainRequest withPrivacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the technical
contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
privacyProtectTechContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the technical contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public Boolean isPrivacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the technical
contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the technical contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
Default: true
public void setBillingContact(ContactDetail billingContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
billingContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public ContactDetail getBillingContact()
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
public RegisterDomainRequest withBillingContact(ContactDetail billingContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
billingContact
- Provides detailed contact information. For information about the values that you specify for each element,
see
ContactDetail.public void setPrivacyProtectBillingContact(Boolean privacyProtectBillingContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the billing contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
privacyProtectBillingContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the billing contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
public Boolean getPrivacyProtectBillingContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the billing contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the billing contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
public RegisterDomainRequest withPrivacyProtectBillingContact(Boolean privacyProtectBillingContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the billing contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
privacyProtectBillingContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you entered
for the billing contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
public Boolean isPrivacyProtectBillingContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi.
If you specify false
, WHOIS queries return the information that you entered for the billing contact.
You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
true
,
WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar
associate, Gandi. If you specify false
, WHOIS queries return the information that you
entered for the billing contact. You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
public String toString()
toString
in class Object
Object.toString()
public RegisterDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()