@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransferDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The TransferDomain request includes the following elements.
NOOP
Constructor and Description |
---|
TransferDomainRequest() |
Modifier and Type | Method and Description |
---|---|
TransferDomainRequest |
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.
|
String |
getAuthCode()
The authorization code for the domain.
|
Boolean |
getAutoRenew()
Indicates whether the domain will be automatically renewed (true) or not (false).
|
String |
getDomainName()
The name of the domain that you want to transfer to Amazon Route 53.
|
Integer |
getDurationInYears()
The number of years that you want to register the domain for.
|
String |
getIdnLangCode()
Reserved for future use.
|
List<Nameserver> |
getNameservers()
Contains details for the host and glue IP addresses.
|
Boolean |
getPrivacyProtectAdminContact()
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 |
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 |
setAuthCode(String authCode)
The authorization code for the domain.
|
void |
setAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true) or not (false).
|
void |
setDomainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
|
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 |
setNameservers(Collection<Nameserver> nameservers)
Contains details for the host and glue IP addresses.
|
void |
setPrivacyProtectAdminContact(Boolean privacyProtectAdminContact)
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; useful for testing and debugging.
|
TransferDomainRequest |
withAdminContact(ContactDetail adminContact)
Provides detailed contact information.
|
TransferDomainRequest |
withAuthCode(String authCode)
The authorization code for the domain.
|
TransferDomainRequest |
withAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true) or not (false).
|
TransferDomainRequest |
withDomainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
|
TransferDomainRequest |
withDurationInYears(Integer durationInYears)
The number of years that you want to register the domain for.
|
TransferDomainRequest |
withIdnLangCode(String idnLangCode)
Reserved for future use.
|
TransferDomainRequest |
withNameservers(Collection<Nameserver> nameservers)
Contains details for the host and glue IP addresses.
|
TransferDomainRequest |
withNameservers(Nameserver... nameservers)
Contains details for the host and glue IP addresses.
|
TransferDomainRequest |
withPrivacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries.
|
TransferDomainRequest |
withPrivacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries.
|
TransferDomainRequest |
withPrivacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries.
|
TransferDomainRequest |
withRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information.
|
TransferDomainRequest |
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 name of the domain that you want to transfer to Amazon Route 53.
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.
domainName
- The name of the domain that you want to transfer to Amazon Route 53.
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.
public String getDomainName()
The name of the domain that you want to transfer to Amazon Route 53.
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.
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.
public TransferDomainRequest withDomainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
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.
domainName
- The name of the domain that you want to transfer to Amazon Route 53.
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.
public void setIdnLangCode(String idnLangCode)
Reserved for future use.
idnLangCode
- Reserved for future use.public String getIdnLangCode()
Reserved for future use.
public TransferDomainRequest 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.
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.
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.
Default: 1
Default: 1
public TransferDomainRequest 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.
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.
Default: 1
public List<Nameserver> getNameservers()
Contains details for the host and glue IP addresses.
public void setNameservers(Collection<Nameserver> nameservers)
Contains details for the host and glue IP addresses.
nameservers
- Contains details for the host and glue IP addresses.public TransferDomainRequest withNameservers(Nameserver... nameservers)
Contains details for the host and glue IP addresses.
NOTE: This method appends the values to the existing list (if any). Use
setNameservers(java.util.Collection)
or withNameservers(java.util.Collection)
if you want to
override the existing values.
nameservers
- Contains details for the host and glue IP addresses.public TransferDomainRequest withNameservers(Collection<Nameserver> nameservers)
Contains details for the host and glue IP addresses.
nameservers
- Contains details for the host and glue IP addresses.public void setAuthCode(String authCode)
The authorization code for the domain. You get this value from the current registrar.
authCode
- The authorization code for the domain. You get this value from the current registrar.public String getAuthCode()
The authorization code for the domain. You get this value from the current registrar.
public TransferDomainRequest withAuthCode(String authCode)
The authorization code for the domain. You get this value from the current registrar.
authCode
- The authorization code for the domain. You get this value from the current registrar.public void setAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Default: true
autoRenew
- Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal 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). Autorenewal only takes effect after the account is charged.
Default: true
Default: true
public TransferDomainRequest withAutoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Default: true
autoRenew
- Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal 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). Autorenewal only takes effect after the account is charged.
Default: true
Default: true
public void setAdminContact(ContactDetail adminContact)
Provides detailed contact information.
adminContact
- Provides detailed contact information.public ContactDetail getAdminContact()
Provides detailed contact information.
public TransferDomainRequest withAdminContact(ContactDetail adminContact)
Provides detailed contact information.
adminContact
- Provides detailed contact information.public void setRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information.
registrantContact
- Provides detailed contact information.public ContactDetail getRegistrantContact()
Provides detailed contact information.
public TransferDomainRequest withRegistrantContact(ContactDetail registrantContact)
Provides detailed contact information.
registrantContact
- Provides detailed contact information.public void setTechContact(ContactDetail techContact)
Provides detailed contact information.
techContact
- Provides detailed contact information.public ContactDetail getTechContact()
Provides detailed contact information.
public TransferDomainRequest withTechContact(ContactDetail techContact)
Provides detailed contact information.
techContact
- Provides detailed contact information.public void setPrivacyProtectAdminContact(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.
Default: true
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.
Default: true
public 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.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
Default: true
public TransferDomainRequest withPrivacyProtectAdminContact(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.
Default: true
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.
Default: true
public 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.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
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 will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
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.
Default: true
public 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.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
Default: true
public TransferDomainRequest withPrivacyProtectRegistrantContact(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.
Default: true
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.
Default: true
public 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.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
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 will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
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.
Default: true
public 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.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
Default: true
public TransferDomainRequest withPrivacyProtectTechContact(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.
Default: true
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.
Default: true
public 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.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
Default: true
public String toString()
toString
in class Object
Object.toString()
public TransferDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.