@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about one domain.
Constructor and Description |
---|
DomainSummary() |
Modifier and Type | Method and Description |
---|---|
DomainSummary |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
|
String |
getDomainName()
The name of the domain that the summary information applies to.
|
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
|
void |
setDomainName(String domainName)
The name of the domain that the summary information applies to.
|
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 the domain that the summary information applies to.
|
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.
|
public void setDomainName(String domainName)
The name of the domain that the summary information applies to.
domainName
- The name of the domain that the summary information applies to.public String getDomainName()
The name of the domain that the summary information applies to.
public DomainSummary withDomainName(String domainName)
The name of the domain that the summary information applies to.
domainName
- The name of the domain that the summary information applies to.public void setAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
autoRenew
- Indicates whether the domain is automatically renewed upon expiration.public Boolean getAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
public DomainSummary withAutoRenew(Boolean autoRenew)
Indicates whether the domain is automatically renewed upon expiration.
autoRenew
- Indicates whether the domain is automatically renewed upon expiration.public Boolean isAutoRenew()
Indicates whether the domain is automatically renewed upon expiration.
public void setTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
transferLock
- Indicates whether a domain is locked from unauthorized transfer to another party.public Boolean getTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
public DomainSummary withTransferLock(Boolean transferLock)
Indicates whether a domain is locked from unauthorized transfer to another party.
transferLock
- Indicates whether a domain is locked from unauthorized transfer to another party.public Boolean isTransferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
public void setExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
expiry
- Expiration date of the domain in Coordinated Universal Time (UTC).public Date getExpiry()
Expiration date of the domain in Coordinated Universal Time (UTC).
public DomainSummary withExpiry(Date expiry)
Expiration date of the domain in Coordinated Universal Time (UTC).
expiry
- Expiration date of the domain in Coordinated Universal Time (UTC).public String toString()
toString
in class Object
Object.toString()
public DomainSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.