Class DomainSummary
- java.lang.Object
-
- com.amazonaws.services.route53domains.model.DomainSummary
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DomainSummary extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DomainSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainSummary
clone()
boolean
equals(Object obj)
Boolean
getAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.String
getDomainName()
The name of a domain.Date
getExpiry()
Expiration date of the domain in Coordinated Universal Time (UTC).Boolean
getTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.int
hashCode()
Boolean
isAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.Boolean
isTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.void
setAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.void
setDomainName(String domainName)
The name of a domain.void
setExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).void
setTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.String
toString()
Returns a string representation of this object; useful for testing and debugging.DomainSummary
withAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.DomainSummary
withDomainName(String domainName)
The name of a domain.DomainSummary
withExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).DomainSummary
withTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
-
-
-
Method Detail
-
setDomainName
public void setDomainName(String domainName)
The name of a domain.
Type: String
- Parameters:
domainName
- The name of a domain.Type: String
-
getDomainName
public String getDomainName()
The name of a domain.
Type: String
- Returns:
- The name of a domain.
Type: String
-
withDomainName
public DomainSummary withDomainName(String domainName)
The name of a domain.
Type: String
- Parameters:
domainName
- The name of a domain.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAutoRenew
public void setAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values:
True
|False
- Parameters:
autoRenew
- Indicates whether the domain is automatically renewed upon expiration.Type: Boolean
Valid values:
True
|False
-
getAutoRenew
public Boolean getAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values:
True
|False
- Returns:
- Indicates whether the domain is automatically renewed upon
expiration.
Type: Boolean
Valid values:
True
|False
-
withAutoRenew
public DomainSummary withAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values:
True
|False
- Parameters:
autoRenew
- Indicates whether the domain is automatically renewed upon expiration.Type: Boolean
Valid values:
True
|False
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAutoRenew
public Boolean isAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
Type: Boolean
Valid values:
True
|False
- Returns:
- Indicates whether the domain is automatically renewed upon
expiration.
Type: Boolean
Valid values:
True
|False
-
setTransferLock
public void setTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values:
True
|False
- Parameters:
transferLock
- Indicates whether a domain is locked from unauthorized transfer to another party.Type: Boolean
Valid values:
True
|False
-
getTransferLock
public Boolean getTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values:
True
|False
- Returns:
- Indicates whether a domain is locked from unauthorized transfer
to another party.
Type: Boolean
Valid values:
True
|False
-
withTransferLock
public DomainSummary withTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values:
True
|False
- Parameters:
transferLock
- Indicates whether a domain is locked from unauthorized transfer to another party.Type: Boolean
Valid values:
True
|False
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTransferLock
public Boolean isTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
Type: Boolean
Valid values:
True
|False
- Returns:
- Indicates whether a domain is locked from unauthorized transfer
to another party.
Type: Boolean
Valid values:
True
|False
-
setExpiry
public void setExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
- Parameters:
expiry
- Expiration date of the domain in Coordinated Universal Time (UTC).Type: Long
-
getExpiry
public Date getExpiry()
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
- Returns:
- Expiration date of the domain in Coordinated Universal Time
(UTC).
Type: Long
-
withExpiry
public DomainSummary withExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
Type: Long
- Parameters:
expiry
- Expiration date of the domain in Coordinated Universal Time (UTC).Type: Long
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainSummary clone()
-
-