public class DisableDomainAutoRenewRequest extends AmazonWebServiceRequest implements Serializable
DisableDomainAutoRenew operation.
This operation disables automatic renewal of domain registration for the specified domain.
NOTE:Caution! Amazon Route 53 doesn't have a manual renewal process, so if you disable automatic renewal, registration for the domain will not be renewed when the expiration date passes, and you will lose control of the domain name.
NOOP| Constructor and Description |
|---|
DisableDomainAutoRenewRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDomainName()
Returns the value of the DomainName property for this object.
|
int |
hashCode() |
void |
setDomainName(String domainName)
Sets the value of the DomainName property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableDomainAutoRenewRequest |
withDomainName(String domainName)
Sets the value of the DomainName property for this object.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDomainName()
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
public void setDomainName(String domainName)
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The new value for the DomainName property for this object.public DisableDomainAutoRenewRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The new value for the DomainName property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.