@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainValidation extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the validation of each domain name in the certificate.
| Constructor and Description |
|---|
DomainValidation() |
| Modifier and Type | Method and Description |
|---|---|
DomainValidation |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
A fully qualified domain name (FQDN) in the certificate.
|
String |
getValidationDomain()
The domain name that ACM used to send domain validation emails.
|
List<String> |
getValidationEmails()
A list of email addresses that ACM used to send domain validation emails.
|
String |
getValidationStatus()
The validation status of the domain name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDomainName(String domainName)
A fully qualified domain name (FQDN) in the certificate.
|
void |
setValidationDomain(String validationDomain)
The domain name that ACM used to send domain validation emails.
|
void |
setValidationEmails(Collection<String> validationEmails)
A list of email addresses that ACM used to send domain validation emails.
|
void |
setValidationStatus(DomainStatus validationStatus)
The validation status of the domain name.
|
void |
setValidationStatus(String validationStatus)
The validation status of the domain name.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DomainValidation |
withDomainName(String domainName)
A fully qualified domain name (FQDN) in the certificate.
|
DomainValidation |
withValidationDomain(String validationDomain)
The domain name that ACM used to send domain validation emails.
|
DomainValidation |
withValidationEmails(Collection<String> validationEmails)
A list of email addresses that ACM used to send domain validation emails.
|
DomainValidation |
withValidationEmails(String... validationEmails)
A list of email addresses that ACM used to send domain validation emails.
|
DomainValidation |
withValidationStatus(DomainStatus validationStatus)
The validation status of the domain name.
|
DomainValidation |
withValidationStatus(String validationStatus)
The validation status of the domain name.
|
public void setDomainName(String domainName)
A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.
domainName - A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.public String getDomainName()
A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.
www.example.com or
example.com.public DomainValidation withDomainName(String domainName)
A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.
domainName - A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.public List<String> getValidationEmails()
A list of email addresses that ACM used to send domain validation emails.
public void setValidationEmails(Collection<String> validationEmails)
A list of email addresses that ACM used to send domain validation emails.
validationEmails - A list of email addresses that ACM used to send domain validation emails.public DomainValidation withValidationEmails(String... validationEmails)
A list of email addresses that ACM used to send domain validation emails.
NOTE: This method appends the values to the existing list (if any). Use
setValidationEmails(java.util.Collection) or withValidationEmails(java.util.Collection) if you
want to override the existing values.
validationEmails - A list of email addresses that ACM used to send domain validation emails.public DomainValidation withValidationEmails(Collection<String> validationEmails)
A list of email addresses that ACM used to send domain validation emails.
validationEmails - A list of email addresses that ACM used to send domain validation emails.public void setValidationDomain(String validationDomain)
The domain name that ACM used to send domain validation emails.
validationDomain - The domain name that ACM used to send domain validation emails.public String getValidationDomain()
The domain name that ACM used to send domain validation emails.
public DomainValidation withValidationDomain(String validationDomain)
The domain name that ACM used to send domain validation emails.
validationDomain - The domain name that ACM used to send domain validation emails.public void setValidationStatus(String validationStatus)
The validation status of the domain name.
validationStatus - The validation status of the domain name.DomainStatuspublic String getValidationStatus()
The validation status of the domain name.
DomainStatuspublic DomainValidation withValidationStatus(String validationStatus)
The validation status of the domain name.
validationStatus - The validation status of the domain name.DomainStatuspublic void setValidationStatus(DomainStatus validationStatus)
The validation status of the domain name.
validationStatus - The validation status of the domain name.DomainStatuspublic DomainValidation withValidationStatus(DomainStatus validationStatus)
The validation status of the domain name.
validationStatus - The validation status of the domain name.DomainStatuspublic String toString()
toString in class ObjectObject.toString()public DomainValidation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.