@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubDomain extends Object implements Serializable, Cloneable, StructuredPojo
Subdomain for the Domain Association.
Constructor and Description |
---|
SubDomain() |
Modifier and Type | Method and Description |
---|---|
SubDomain |
clone() |
boolean |
equals(Object obj) |
String |
getDnsRecord()
DNS record for the Subdomain.
|
SubDomainSetting |
getSubDomainSetting()
Setting structure for the Subdomain.
|
Boolean |
getVerified()
Verified status of the Subdomain
|
int |
hashCode() |
Boolean |
isVerified()
Verified status of the Subdomain
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDnsRecord(String dnsRecord)
DNS record for the Subdomain.
|
void |
setSubDomainSetting(SubDomainSetting subDomainSetting)
Setting structure for the Subdomain.
|
void |
setVerified(Boolean verified)
Verified status of the Subdomain
|
String |
toString()
Returns a string representation of this object.
|
SubDomain |
withDnsRecord(String dnsRecord)
DNS record for the Subdomain.
|
SubDomain |
withSubDomainSetting(SubDomainSetting subDomainSetting)
Setting structure for the Subdomain.
|
SubDomain |
withVerified(Boolean verified)
Verified status of the Subdomain
|
public void setSubDomainSetting(SubDomainSetting subDomainSetting)
Setting structure for the Subdomain.
subDomainSetting
- Setting structure for the Subdomain.public SubDomainSetting getSubDomainSetting()
Setting structure for the Subdomain.
public SubDomain withSubDomainSetting(SubDomainSetting subDomainSetting)
Setting structure for the Subdomain.
subDomainSetting
- Setting structure for the Subdomain.public void setVerified(Boolean verified)
Verified status of the Subdomain
verified
- Verified status of the Subdomainpublic Boolean getVerified()
Verified status of the Subdomain
public SubDomain withVerified(Boolean verified)
Verified status of the Subdomain
verified
- Verified status of the Subdomainpublic Boolean isVerified()
Verified status of the Subdomain
public void setDnsRecord(String dnsRecord)
DNS record for the Subdomain.
dnsRecord
- DNS record for the Subdomain.public String getDnsRecord()
DNS record for the Subdomain.
public SubDomain withDnsRecord(String dnsRecord)
DNS record for the Subdomain.
dnsRecord
- DNS record for the Subdomain.public String toString()
toString
in class Object
Object.toString()
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.