/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.route53domains.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** *
* The RegisterDomain request includes the following elements. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class RegisterDomainRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** ** 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. *
*/ private String domainName; /** ** Reserved for future use. *
*/ private String idnLangCode; /** ** 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 *
*/ private Integer durationInYears; /** *
* Indicates whether the domain will be automatically renewed (true) or not (false). Auto
* renewal only takes effect after the account is charged.
*
* Default: true
*
* Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
*/ private ContactDetail adminContact; /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
*/ private ContactDetail registrantContact; /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
*/ private ContactDetail techContact; /** *
* 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
* 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
* 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
* 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. *
* * @param 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 setDomainName(String domainName) { this.domainName = 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. *
* * @return 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() { return this.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. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterDomainRequest withDomainName(String domainName) { setDomainName(domainName); return this; } /** *
* Reserved for future use. *
* * @param idnLangCode * Reserved for future use. */ public void setIdnLangCode(String idnLangCode) { this.idnLangCode = idnLangCode; } /** ** Reserved for future use. *
* * @return Reserved for future use. */ public String getIdnLangCode() { return this.idnLangCode; } /** ** Reserved for future use. *
* * @param idnLangCode * Reserved for future use. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterDomainRequest withIdnLangCode(String idnLangCode) { setIdnLangCode(idnLangCode); return this; } /** ** 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 *
* * @param 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 setDurationInYears(Integer durationInYears) { this.durationInYears = 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 *
* * @return 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() { return this.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 *
* * @param 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 * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterDomainRequest withDurationInYears(Integer durationInYears) { setDurationInYears(durationInYears); return this; } /** *
* 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 setAutoRenew(Boolean autoRenew) {
this.autoRenew = 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
*
true) or not (false
* ). Auto renewal only takes effect after the account is charged.
*
* Default: true
*/
public Boolean getAutoRenew() {
return this.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
*
true) or not (false
* ). Auto renewal only takes effect after the account is charged.
*
* Default: true
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RegisterDomainRequest withAutoRenew(Boolean autoRenew) {
setAutoRenew(autoRenew);
return this;
}
/**
*
* 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 Boolean isAutoRenew() {
return this.autoRenew;
}
/**
*
* Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @param adminContact * Provides detailed contact information. For information about the values that you specify for each element, * see * ContactDetail. */ public void setAdminContact(ContactDetail adminContact) { this.adminContact = adminContact; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @return Provides detailed contact information. For information about the values that you specify for each * element, see ContactDetail. */ public ContactDetail getAdminContact() { return this.adminContact; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @param adminContact * Provides detailed contact information. For information about the values that you specify for each element, * see * ContactDetail. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterDomainRequest withAdminContact(ContactDetail adminContact) { setAdminContact(adminContact); return this; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @param registrantContact * Provides detailed contact information. For information about the values that you specify for each element, * see * ContactDetail. */ public void setRegistrantContact(ContactDetail registrantContact) { this.registrantContact = registrantContact; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @return Provides detailed contact information. For information about the values that you specify for each * element, see ContactDetail. */ public ContactDetail getRegistrantContact() { return this.registrantContact; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @param registrantContact * Provides detailed contact information. For information about the values that you specify for each element, * see * ContactDetail. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterDomainRequest withRegistrantContact(ContactDetail registrantContact) { setRegistrantContact(registrantContact); return this; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @param techContact * Provides detailed contact information. For information about the values that you specify for each element, * see * ContactDetail. */ public void setTechContact(ContactDetail techContact) { this.techContact = techContact; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @return Provides detailed contact information. For information about the values that you specify for each * element, see ContactDetail. */ public ContactDetail getTechContact() { return this.techContact; } /** ** Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail. *
* * @param techContact * Provides detailed contact information. For information about the values that you specify for each element, * see * ContactDetail. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterDomainRequest withTechContact(ContactDetail techContact) { setTechContact(techContact); return this; } /** *
* 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public void setPrivacyProtectAdminContact(Boolean privacyProtectAdminContact) {
this.privacyProtectAdminContact = 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public Boolean getPrivacyProtectAdminContact() {
return this.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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RegisterDomainRequest withPrivacyProtectAdminContact(Boolean privacyProtectAdminContact) {
setPrivacyProtectAdminContact(privacyProtectAdminContact);
return this;
}
/**
*
* 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public Boolean isPrivacyProtectAdminContact() {
return this.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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public void setPrivacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact) {
this.privacyProtectRegistrantContact = 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public Boolean getPrivacyProtectRegistrantContact() {
return this.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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RegisterDomainRequest withPrivacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact) {
setPrivacyProtectRegistrantContact(privacyProtectRegistrantContact);
return this;
}
/**
*
* 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public Boolean isPrivacyProtectRegistrantContact() {
return this.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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public void setPrivacyProtectTechContact(Boolean privacyProtectTechContact) {
this.privacyProtectTechContact = 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public Boolean getPrivacyProtectTechContact() {
return this.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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RegisterDomainRequest withPrivacyProtectTechContact(Boolean privacyProtectTechContact) {
setPrivacyProtectTechContact(privacyProtectTechContact);
return this;
}
/**
*
* 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 (for .com, .net, and .org domains) or
* for our registrar associate, Gandi (for all other TLDs). 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, registrant, and technical contacts. *
*
* Default: true
*
true,
* WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org
* domains) or for our registrar associate, Gandi (for all other TLDs). If 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, registrant, and technical contacts. *
*
* Default: true
*/
public Boolean isPrivacyProtectTechContact() {
return this.privacyProtectTechContact;
}
/**
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
* redacted from this string using a placeholder value.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getDomainName() != null)
sb.append("DomainName: ").append(getDomainName()).append(",");
if (getIdnLangCode() != null)
sb.append("IdnLangCode: ").append(getIdnLangCode()).append(",");
if (getDurationInYears() != null)
sb.append("DurationInYears: ").append(getDurationInYears()).append(",");
if (getAutoRenew() != null)
sb.append("AutoRenew: ").append(getAutoRenew()).append(",");
if (getAdminContact() != null)
sb.append("AdminContact: ").append("***Sensitive Data Redacted***").append(",");
if (getRegistrantContact() != null)
sb.append("RegistrantContact: ").append("***Sensitive Data Redacted***").append(",");
if (getTechContact() != null)
sb.append("TechContact: ").append("***Sensitive Data Redacted***").append(",");
if (getPrivacyProtectAdminContact() != null)
sb.append("PrivacyProtectAdminContact: ").append(getPrivacyProtectAdminContact()).append(",");
if (getPrivacyProtectRegistrantContact() != null)
sb.append("PrivacyProtectRegistrantContact: ").append(getPrivacyProtectRegistrantContact()).append(",");
if (getPrivacyProtectTechContact() != null)
sb.append("PrivacyProtectTechContact: ").append(getPrivacyProtectTechContact());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof RegisterDomainRequest == false)
return false;
RegisterDomainRequest other = (RegisterDomainRequest) obj;
if (other.getDomainName() == null ^ this.getDomainName() == null)
return false;
if (other.getDomainName() != null && other.getDomainName().equals(this.getDomainName()) == false)
return false;
if (other.getIdnLangCode() == null ^ this.getIdnLangCode() == null)
return false;
if (other.getIdnLangCode() != null && other.getIdnLangCode().equals(this.getIdnLangCode()) == false)
return false;
if (other.getDurationInYears() == null ^ this.getDurationInYears() == null)
return false;
if (other.getDurationInYears() != null && other.getDurationInYears().equals(this.getDurationInYears()) == false)
return false;
if (other.getAutoRenew() == null ^ this.getAutoRenew() == null)
return false;
if (other.getAutoRenew() != null && other.getAutoRenew().equals(this.getAutoRenew()) == false)
return false;
if (other.getAdminContact() == null ^ this.getAdminContact() == null)
return false;
if (other.getAdminContact() != null && other.getAdminContact().equals(this.getAdminContact()) == false)
return false;
if (other.getRegistrantContact() == null ^ this.getRegistrantContact() == null)
return false;
if (other.getRegistrantContact() != null && other.getRegistrantContact().equals(this.getRegistrantContact()) == false)
return false;
if (other.getTechContact() == null ^ this.getTechContact() == null)
return false;
if (other.getTechContact() != null && other.getTechContact().equals(this.getTechContact()) == false)
return false;
if (other.getPrivacyProtectAdminContact() == null ^ this.getPrivacyProtectAdminContact() == null)
return false;
if (other.getPrivacyProtectAdminContact() != null && other.getPrivacyProtectAdminContact().equals(this.getPrivacyProtectAdminContact()) == false)
return false;
if (other.getPrivacyProtectRegistrantContact() == null ^ this.getPrivacyProtectRegistrantContact() == null)
return false;
if (other.getPrivacyProtectRegistrantContact() != null
&& other.getPrivacyProtectRegistrantContact().equals(this.getPrivacyProtectRegistrantContact()) == false)
return false;
if (other.getPrivacyProtectTechContact() == null ^ this.getPrivacyProtectTechContact() == null)
return false;
if (other.getPrivacyProtectTechContact() != null && other.getPrivacyProtectTechContact().equals(this.getPrivacyProtectTechContact()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getDomainName() == null) ? 0 : getDomainName().hashCode());
hashCode = prime * hashCode + ((getIdnLangCode() == null) ? 0 : getIdnLangCode().hashCode());
hashCode = prime * hashCode + ((getDurationInYears() == null) ? 0 : getDurationInYears().hashCode());
hashCode = prime * hashCode + ((getAutoRenew() == null) ? 0 : getAutoRenew().hashCode());
hashCode = prime * hashCode + ((getAdminContact() == null) ? 0 : getAdminContact().hashCode());
hashCode = prime * hashCode + ((getRegistrantContact() == null) ? 0 : getRegistrantContact().hashCode());
hashCode = prime * hashCode + ((getTechContact() == null) ? 0 : getTechContact().hashCode());
hashCode = prime * hashCode + ((getPrivacyProtectAdminContact() == null) ? 0 : getPrivacyProtectAdminContact().hashCode());
hashCode = prime * hashCode + ((getPrivacyProtectRegistrantContact() == null) ? 0 : getPrivacyProtectRegistrantContact().hashCode());
hashCode = prime * hashCode + ((getPrivacyProtectTechContact() == null) ? 0 : getPrivacyProtectTechContact().hashCode());
return hashCode;
}
@Override
public RegisterDomainRequest clone() {
return (RegisterDomainRequest) super.clone();
}
}