public class EnableDomainAutoRenewRequest extends AmazonWebServiceRequest implements Serializable
EnableDomainAutoRenew operation.
This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your AWS account.
The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see "Renewal, restoration, and deletion times" on the website for our registrar partner, Gandi. Route 53 requires that you renew before the end of the renewal period that is listed on the Gandi website so we can complete processing before the deadline.
NOOP| Constructor and Description |
|---|
EnableDomainAutoRenewRequest() |
| 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.
|
EnableDomainAutoRenewRequest |
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 EnableDomainAutoRenewRequest 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.