@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainContactPrivacyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The UpdateDomainContactPrivacy request includes the following elements.
NOOP
Constructor and Description |
---|
UpdateDomainContactPrivacyRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainContactPrivacyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAdminPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
String |
getDomainName()
The name of the domain that you want to update the privacy setting for.
|
Boolean |
getRegistrantPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
getTechPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
int |
hashCode() |
Boolean |
isAdminPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
isRegistrantPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
isTechPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
void |
setAdminPrivacy(Boolean adminPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setDomainName(String domainName)
The name of the domain that you want to update the privacy setting for.
|
void |
setRegistrantPrivacy(Boolean registrantPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setTechPrivacy(Boolean techPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDomainContactPrivacyRequest |
withAdminPrivacy(Boolean adminPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
UpdateDomainContactPrivacyRequest |
withDomainName(String domainName)
The name of the domain that you want to update the privacy setting for.
|
UpdateDomainContactPrivacyRequest |
withRegistrantPrivacy(Boolean registrantPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
UpdateDomainContactPrivacyRequest |
withTechPrivacy(Boolean techPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
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 update the privacy setting for.
domainName
- The name of the domain that you want to update the privacy setting for.public String getDomainName()
The name of the domain that you want to update the privacy setting for.
public UpdateDomainContactPrivacyRequest withDomainName(String domainName)
The name of the domain that you want to update the privacy setting for.
domainName
- The name of the domain that you want to update the privacy setting for.public void setAdminPrivacy(Boolean adminPrivacy)
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.
adminPrivacy
- 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.public Boolean getAdminPrivacy()
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.
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.public UpdateDomainContactPrivacyRequest withAdminPrivacy(Boolean adminPrivacy)
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.
adminPrivacy
- 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.public Boolean isAdminPrivacy()
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.
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.public void setRegistrantPrivacy(Boolean registrantPrivacy)
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 (domain owner).
registrantPrivacy
- 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 (domain owner).public Boolean getRegistrantPrivacy()
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 (domain owner).
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 (domain owner).public UpdateDomainContactPrivacyRequest withRegistrantPrivacy(Boolean registrantPrivacy)
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 (domain owner).
registrantPrivacy
- 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 (domain owner).public Boolean isRegistrantPrivacy()
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 (domain owner).
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 (domain owner).public void setTechPrivacy(Boolean techPrivacy)
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.
techPrivacy
- 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.public Boolean getTechPrivacy()
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.
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.public UpdateDomainContactPrivacyRequest withTechPrivacy(Boolean techPrivacy)
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.
techPrivacy
- 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.public Boolean isTechPrivacy()
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.
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.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainContactPrivacyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()