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 DomainSummaryclone()booleanequals(Object obj)BooleangetAutoRenew()Indicates whether the domain is automatically renewed upon expiration.StringgetDomainName()The name of a domain.DategetExpiry()Expiration date of the domain in Coordinated Universal Time (UTC).BooleangetTransferLock()Indicates whether a domain is locked from unauthorized transfer to another party.inthashCode()BooleanisAutoRenew()Indicates whether the domain is automatically renewed upon expiration.BooleanisTransferLock()Indicates whether a domain is locked from unauthorized transfer to another party.voidsetAutoRenew(Boolean autoRenew)Indicates whether the domain is automatically renewed upon expiration.voidsetDomainName(String domainName)The name of a domain.voidsetExpiry(Date expiry)Expiration date of the domain in Coordinated Universal Time (UTC).voidsetTransferLock(Boolean transferLock)Indicates whether a domain is locked from unauthorized transfer to another party.StringtoString()Returns a string representation of this object; useful for testing and debugging.DomainSummarywithAutoRenew(Boolean autoRenew)Indicates whether the domain is automatically renewed upon expiration.DomainSummarywithDomainName(String domainName)The name of a domain.DomainSummarywithExpiry(Date expiry)Expiration date of the domain in Coordinated Universal Time (UTC).DomainSummarywithTransferLock(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DomainSummary clone()
-
-