@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMailDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMailDomainResult() |
Modifier and Type | Method and Description |
---|---|
GetMailDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getDkimVerificationStatus()
Indicates the status of a DKIM verification.
|
Boolean |
getIsDefault()
Specifies whether the domain is the default domain for your organization.
|
Boolean |
getIsTestDomain()
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
|
String |
getOwnershipVerificationStatus()
Indicates the status of the domain ownership verification.
|
List<DnsRecord> |
getRecords()
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
int |
hashCode() |
Boolean |
isDefault()
Specifies whether the domain is the default domain for your organization.
|
Boolean |
isTestDomain()
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
|
void |
setDkimVerificationStatus(String dkimVerificationStatus)
Indicates the status of a DKIM verification.
|
void |
setIsDefault(Boolean isDefault)
Specifies whether the domain is the default domain for your organization.
|
void |
setIsTestDomain(Boolean isTestDomain)
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
|
void |
setOwnershipVerificationStatus(String ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
|
void |
setRecords(Collection<DnsRecord> records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
String |
toString()
Returns a string representation of this object.
|
GetMailDomainResult |
withDkimVerificationStatus(DnsRecordVerificationStatus dkimVerificationStatus)
Indicates the status of a DKIM verification.
|
GetMailDomainResult |
withDkimVerificationStatus(String dkimVerificationStatus)
Indicates the status of a DKIM verification.
|
GetMailDomainResult |
withIsDefault(Boolean isDefault)
Specifies whether the domain is the default domain for your organization.
|
GetMailDomainResult |
withIsTestDomain(Boolean isTestDomain)
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
|
GetMailDomainResult |
withOwnershipVerificationStatus(DnsRecordVerificationStatus ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
|
GetMailDomainResult |
withOwnershipVerificationStatus(String ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
|
GetMailDomainResult |
withRecords(Collection<DnsRecord> records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
GetMailDomainResult |
withRecords(DnsRecord... records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DnsRecord> getRecords()
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
public void setRecords(Collection<DnsRecord> records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
records
- A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user
experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to
SES. See admin guide for more details.public GetMailDomainResult withRecords(DnsRecord... records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
NOTE: This method appends the values to the existing list (if any). Use
setRecords(java.util.Collection)
or withRecords(java.util.Collection)
if you want to override
the existing values.
records
- A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user
experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to
SES. See admin guide for more details.public GetMailDomainResult withRecords(Collection<DnsRecord> records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
records
- A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user
experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to
SES. See admin guide for more details.public void setIsTestDomain(Boolean isTestDomain)
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
isTestDomain
- Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.public Boolean getIsTestDomain()
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
public GetMailDomainResult withIsTestDomain(Boolean isTestDomain)
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
isTestDomain
- Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.public Boolean isTestDomain()
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
public void setIsDefault(Boolean isDefault)
Specifies whether the domain is the default domain for your organization.
isDefault
- Specifies whether the domain is the default domain for your organization.public Boolean getIsDefault()
Specifies whether the domain is the default domain for your organization.
public GetMailDomainResult withIsDefault(Boolean isDefault)
Specifies whether the domain is the default domain for your organization.
isDefault
- Specifies whether the domain is the default domain for your organization.public Boolean isDefault()
Specifies whether the domain is the default domain for your organization.
public void setOwnershipVerificationStatus(String ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
ownershipVerificationStatus
- Indicates the status of the domain ownership verification.DnsRecordVerificationStatus
public String getOwnershipVerificationStatus()
Indicates the status of the domain ownership verification.
DnsRecordVerificationStatus
public GetMailDomainResult withOwnershipVerificationStatus(String ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
ownershipVerificationStatus
- Indicates the status of the domain ownership verification.DnsRecordVerificationStatus
public GetMailDomainResult withOwnershipVerificationStatus(DnsRecordVerificationStatus ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
ownershipVerificationStatus
- Indicates the status of the domain ownership verification.DnsRecordVerificationStatus
public void setDkimVerificationStatus(String dkimVerificationStatus)
Indicates the status of a DKIM verification.
dkimVerificationStatus
- Indicates the status of a DKIM verification.DnsRecordVerificationStatus
public String getDkimVerificationStatus()
Indicates the status of a DKIM verification.
DnsRecordVerificationStatus
public GetMailDomainResult withDkimVerificationStatus(String dkimVerificationStatus)
Indicates the status of a DKIM verification.
dkimVerificationStatus
- Indicates the status of a DKIM verification.DnsRecordVerificationStatus
public GetMailDomainResult withDkimVerificationStatus(DnsRecordVerificationStatus dkimVerificationStatus)
Indicates the status of a DKIM verification.
dkimVerificationStatus
- Indicates the status of a DKIM verification.DnsRecordVerificationStatus
public String toString()
toString
in class Object
Object.toString()
public GetMailDomainResult clone()