public class UpdateDomainContactPrivacyRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The UpdateDomainContactPrivacy request includes the following elements.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
adminPrivacy
Whether you want to conceal contact information from WHOIS queries.
|
private java.lang.String |
domainName
The name of a domain.
|
private java.lang.Boolean |
registrantPrivacy
Whether you want to conceal contact information from WHOIS queries.
|
private java.lang.Boolean |
techPrivacy
Whether you want to conceal contact information from WHOIS queries.
|
NOOP
Constructor and Description |
---|
UpdateDomainContactPrivacyRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainContactPrivacyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAdminPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.String |
getDomainName()
The name of a domain.
|
java.lang.Boolean |
getRegistrantPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.Boolean |
getTechPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
int |
hashCode() |
java.lang.Boolean |
isAdminPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.Boolean |
isRegistrantPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.Boolean |
isTechPrivacy()
Whether you want to conceal contact information from WHOIS queries.
|
void |
setAdminPrivacy(java.lang.Boolean adminPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setDomainName(java.lang.String domainName)
The name of a domain.
|
void |
setRegistrantPrivacy(java.lang.Boolean registrantPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
void |
setTechPrivacy(java.lang.Boolean techPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDomainContactPrivacyRequest |
withAdminPrivacy(java.lang.Boolean adminPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
UpdateDomainContactPrivacyRequest |
withDomainName(java.lang.String domainName)
The name of a domain.
|
UpdateDomainContactPrivacyRequest |
withRegistrantPrivacy(java.lang.Boolean registrantPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
UpdateDomainContactPrivacyRequest |
withTechPrivacy(java.lang.Boolean techPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
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.Boolean adminPrivacy
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: None
Valid values: true
| false
Required: No
private java.lang.Boolean registrantPrivacy
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: None
Valid values: true
| false
Required: No
private java.lang.Boolean techPrivacy
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: None
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 UpdateDomainContactPrivacyRequest 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 setAdminPrivacy(java.lang.Boolean adminPrivacy)
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: None
Valid values: true
| false
Required: No
adminPrivacy
- 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: None
Valid values: true
| false
Required: No
public java.lang.Boolean getAdminPrivacy()
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: None
Valid values: true
| false
Required: No
Type: Boolean
Default: None
Valid values: true
| false
Required: No
public UpdateDomainContactPrivacyRequest withAdminPrivacy(java.lang.Boolean adminPrivacy)
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: None
Valid values: true
| false
Required: No
adminPrivacy
- 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: None
Valid values: true
| false
Required: No
public java.lang.Boolean isAdminPrivacy()
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: None
Valid values: true
| false
Required: No
Type: Boolean
Default: None
Valid values: true
| false
Required: No
public void setRegistrantPrivacy(java.lang.Boolean registrantPrivacy)
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: None
Valid values: true
| false
Required: No
registrantPrivacy
- 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: None
Valid values: true
| false
Required: No
public java.lang.Boolean getRegistrantPrivacy()
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: None
Valid values: true
| false
Required: No
Type: Boolean
Default: None
Valid values: true
| false
Required: No
public UpdateDomainContactPrivacyRequest withRegistrantPrivacy(java.lang.Boolean registrantPrivacy)
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: None
Valid values: true
| false
Required: No
registrantPrivacy
- 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: None
Valid values: true
| false
Required: No
public java.lang.Boolean isRegistrantPrivacy()
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: None
Valid values: true
| false
Required: No
Type: Boolean
Default: None
Valid values: true
| false
Required: No
public void setTechPrivacy(java.lang.Boolean techPrivacy)
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: None
Valid values: true
| false
Required: No
techPrivacy
- 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: None
Valid values: true
| false
Required: No
public java.lang.Boolean getTechPrivacy()
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: None
Valid values: true
| false
Required: No
Type: Boolean
Default: None
Valid values: true
| false
Required: No
public UpdateDomainContactPrivacyRequest withTechPrivacy(java.lang.Boolean techPrivacy)
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: None
Valid values: true
| false
Required: No
techPrivacy
- 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: None
Valid values: true
| false
Required: No
public java.lang.Boolean isTechPrivacy()
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: None
Valid values: true
| false
Required: No
Type: Boolean
Default: None
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 UpdateDomainContactPrivacyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()