@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 to validate your ownership of the domain.
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; useful for testing and debugging.
|
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 Object
Object.toString()
public DomainValidationOption clone()
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.