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