@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainValidationOption extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the domain names that you want ACM to use to send you emails that enable you to validate domain ownership.
| Constructor and Description |
|---|
DomainValidationOption() |
| Modifier and Type | Method and Description |
|---|---|
DomainValidationOption |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
A fully qualified domain name (FQDN) in the certificate request.
|
String |
getValidationDomain()
The domain name that you want ACM to use to send you validation emails.
|
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 request.
|
void |
setValidationDomain(String validationDomain)
The domain name that you want ACM to use to send you validation emails.
|
String |
toString()
Returns a string representation of this object.
|
DomainValidationOption |
withDomainName(String domainName)
A fully qualified domain name (FQDN) in the certificate request.
|
DomainValidationOption |
withValidationDomain(String validationDomain)
The domain name that you want ACM to use to send you validation emails.
|
public void setDomainName(String domainName)
A fully qualified domain name (FQDN) in the certificate request.
domainName - A fully qualified domain name (FQDN) in the certificate request.public String getDomainName()
A fully qualified domain name (FQDN) in the certificate request.
public DomainValidationOption withDomainName(String domainName)
A fully qualified domain name (FQDN) in the certificate request.
domainName - A fully qualified domain name (FQDN) in the certificate request.public void setValidationDomain(String validationDomain)
The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the
email addresses that you want ACM to use. This must be the same as the DomainName value or a
superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case, ACM
sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
validationDomain - The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of
the email addresses that you want ACM to use. This must be the same as the DomainName value
or a superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case,
ACM sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
public String getValidationDomain()
The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the
email addresses that you want ACM to use. This must be the same as the DomainName value or a
superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case, ACM
sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
DomainName value
or a superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case,
ACM sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
public DomainValidationOption withValidationDomain(String validationDomain)
The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the
email addresses that you want ACM to use. This must be the same as the DomainName value or a
superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case, ACM
sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
validationDomain - The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of
the email addresses that you want ACM to use. This must be the same as the DomainName value
or a superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case,
ACM sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
public String toString()
toString in class ObjectObject.toString()public DomainValidationOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.