public class RegisterDomainRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The RegisterDomain request includes the following elements.
Modifier and Type | Field and Description |
---|---|
private ContactDetail |
adminContact
Provides detailed contact information.
|
private java.lang.Boolean |
autoRenew
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
private java.lang.String |
domainName
The name of a domain.
|
private java.lang.Integer |
durationInYears
The number of years the domain will be registered.
|
private java.lang.String |
idnLangCode
Reserved for future use.
|
private java.lang.Boolean |
privacyProtectAdminContact
Whether you want to conceal contact information from WHOIS queries.
|
private java.lang.Boolean |
privacyProtectRegistrantContact
Whether you want to conceal contact information from WHOIS queries.
|
private java.lang.Boolean |
privacyProtectTechContact
Whether you want to conceal contact information from WHOIS queries.
|
private ContactDetail |
registrantContact
Provides detailed contact information.
|
private ContactDetail |
techContact
Provides detailed contact information.
|
NOOP
Constructor and Description |
---|
RegisterDomainRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterDomainRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
ContactDetail |
getAdminContact()
Provides detailed contact information.
|
java.lang.Boolean |
getAutoRenew()
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
java.lang.String |
getDomainName()
The name of a domain.
|
java.lang.Integer |
getDurationInYears()
The number of years the domain will be registered.
|
java.lang.String |
getIdnLangCode()
Reserved for future use.
|
java.lang.Boolean |
getPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.Boolean |
getPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.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() |
java.lang.Boolean |
isAutoRenew()
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
java.lang.Boolean |
isPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.Boolean |
isPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.Boolean |
isPrivacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries.
|
void |
setAdminContact(ContactDetail adminContact)
Provides detailed contact information.
|
void |
setAutoRenew(java.lang.Boolean autoRenew)
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
void |
setDomainName(java.lang.String domainName)
The name of a domain.
|
void |
setDurationInYears(java.lang.Integer durationInYears)
The number of years the domain will be registered.
|
void |
setIdnLangCode(java.lang.String idnLangCode)
Reserved for future use.
|
void |
setPrivacyProtectAdminContact(java.lang.Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setPrivacyProtectRegistrantContact(java.lang.Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setPrivacyProtectTechContact(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterDomainRequest |
withAdminContact(ContactDetail adminContact)
Provides detailed contact information.
|
RegisterDomainRequest |
withAutoRenew(java.lang.Boolean autoRenew)
Indicates whether the domain will be automatically renewed (
true ) or not (false ). |
RegisterDomainRequest |
withDomainName(java.lang.String domainName)
The name of a domain.
|
RegisterDomainRequest |
withDurationInYears(java.lang.Integer durationInYears)
The number of years the domain will be registered.
|
RegisterDomainRequest |
withIdnLangCode(java.lang.String idnLangCode)
Reserved for future use.
|
RegisterDomainRequest |
withPrivacyProtectAdminContact(java.lang.Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest |
withPrivacyProtectRegistrantContact(java.lang.Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest |
withPrivacyProtectTechContact(java.lang.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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String domainName
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
private java.lang.String idnLangCode
Reserved for future use.
private java.lang.Integer durationInYears
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
private java.lang.Boolean autoRenew
Indicates whether the domain will be automatically renewed (
true
) or not (false
). Autorenewal only takes
effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
private ContactDetail adminContact
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
private ContactDetail registrantContact
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
private ContactDetail techContact
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
private java.lang.Boolean privacyProtectAdminContact
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
private java.lang.Boolean privacyProtectRegistrantContact
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
private java.lang.Boolean privacyProtectTechContact
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public void setDomainName(java.lang.String domainName)
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
domainName
- The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
public java.lang.String getDomainName()
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
public RegisterDomainRequest withDomainName(java.lang.String domainName)
The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
domainName
- The name of a domain.
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
public void setIdnLangCode(java.lang.String idnLangCode)
Reserved for future use.
idnLangCode
- Reserved for future use.public java.lang.String getIdnLangCode()
Reserved for future use.
public RegisterDomainRequest withIdnLangCode(java.lang.String idnLangCode)
Reserved for future use.
idnLangCode
- Reserved for future use.public void setDurationInYears(java.lang.Integer durationInYears)
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
durationInYears
- The number of years the domain will be registered. Domains are
registered for a minimum of one year. The maximum period depends
on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
public java.lang.Integer getDurationInYears()
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
public RegisterDomainRequest withDurationInYears(java.lang.Integer durationInYears)
The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
durationInYears
- The number of years the domain will be registered. Domains are
registered for a minimum of one year. The maximum period depends
on the top-level domain.
Type: Integer
Default: 1
Valid values: Integer from 1 to 10
Required: Yes
public void setAutoRenew(java.lang.Boolean autoRenew)
Indicates whether the domain will be automatically renewed (
true
) or not (false
). Autorenewal only takes
effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
autoRenew
- Indicates whether the domain will be automatically renewed (
true
) or not (false
). Autorenewal only
takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
public java.lang.Boolean getAutoRenew()
Indicates whether the domain will be automatically renewed (
true
) or not (false
). Autorenewal only takes
effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
true
) or not (false
). Autorenewal only
takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
public RegisterDomainRequest withAutoRenew(java.lang.Boolean autoRenew)
Indicates whether the domain will be automatically renewed (
true
) or not (false
). Autorenewal only takes
effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
autoRenew
- Indicates whether the domain will be automatically renewed (
true
) or not (false
). Autorenewal only
takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
public java.lang.Boolean isAutoRenew()
Indicates whether the domain will be automatically renewed (
true
) or not (false
). Autorenewal only takes
effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
true
) or not (false
). Autorenewal only
takes effect after the account is charged.
Type: Boolean
Valid values: true
| false
Default: true
Required: No
public void setAdminContact(ContactDetail adminContact)
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
adminContact
- Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public ContactDetail getAdminContact()
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public RegisterDomainRequest withAdminContact(ContactDetail adminContact)
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
adminContact
- Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public void setRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
registrantContact
- Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public ContactDetail getRegistrantContact()
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public RegisterDomainRequest withRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
registrantContact
- Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public void setTechContact(ContactDetail techContact)
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
techContact
- Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public ContactDetail getTechContact()
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public RegisterDomainRequest withTechContact(ContactDetail techContact)
Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
, PhoneNumber
,
Email
, Fax
, ExtraParams
Required: Yes
techContact
- Provides detailed contact information.
Type: Complex
Children: FirstName
, MiddleName
,
LastName
, ContactType
,
OrganizationName
, AddressLine1
,
AddressLine2
, City
, State
,
CountryCode
, ZipCode
,
PhoneNumber
, Email
, Fax
,
ExtraParams
Required: Yes
public void setPrivacyProtectAdminContact(java.lang.Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
privacyProtectAdminContact
- Whether you want to conceal contact information from WHOIS
queries. If you specify true, WHOIS ("who is") queries will return
contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public java.lang.Boolean getPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public RegisterDomainRequest withPrivacyProtectAdminContact(java.lang.Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
privacyProtectAdminContact
- Whether you want to conceal contact information from WHOIS
queries. If you specify true, WHOIS ("who is") queries will return
contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public java.lang.Boolean isPrivacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public void setPrivacyProtectRegistrantContact(java.lang.Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
privacyProtectRegistrantContact
- Whether you want to conceal contact information from WHOIS
queries. If you specify true, WHOIS ("who is") queries will return
contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public java.lang.Boolean getPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public RegisterDomainRequest withPrivacyProtectRegistrantContact(java.lang.Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
privacyProtectRegistrantContact
- Whether you want to conceal contact information from WHOIS
queries. If you specify true, WHOIS ("who is") queries will return
contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public java.lang.Boolean isPrivacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public void setPrivacyProtectTechContact(java.lang.Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
privacyProtectTechContact
- Whether you want to conceal contact information from WHOIS
queries. If you specify true, WHOIS ("who is") queries will return
contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public java.lang.Boolean getPrivacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public RegisterDomainRequest withPrivacyProtectTechContact(java.lang.Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
privacyProtectTechContact
- Whether you want to conceal contact information from WHOIS
queries. If you specify true, WHOIS ("who is") queries will return
contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public java.lang.Boolean isPrivacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.
Type: Boolean
Default: true
Valid values: true
| false
Required: No
Type: Boolean
Default: true
Valid values: true
| false
Required: No
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RegisterDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()