@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResendValidationEmailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResendValidationEmailRequest() |
Modifier and Type | Method and Description |
---|---|
ResendValidationEmailRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateArn()
String that contains the ARN of the requested certificate.
|
String |
getDomain()
The fully qualified domain name (FQDN) of the certificate that needs to be validated.
|
String |
getValidationDomain()
The base validation domain that will act as the suffix of the email addresses that are used to send the emails.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
String that contains the ARN of the requested certificate.
|
void |
setDomain(String domain)
The fully qualified domain name (FQDN) of the certificate that needs to be validated.
|
void |
setValidationDomain(String validationDomain)
The base validation domain that will act as the suffix of the email addresses that are used to send the emails.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResendValidationEmailRequest |
withCertificateArn(String certificateArn)
String that contains the ARN of the requested certificate.
|
ResendValidationEmailRequest |
withDomain(String domain)
The fully qualified domain name (FQDN) of the certificate that needs to be validated.
|
ResendValidationEmailRequest |
withValidationDomain(String validationDomain)
The base validation domain that will act as the suffix of the email addresses that are used to send the emails.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCertificateArn(String certificateArn)
String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request.
The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
certificateArn
- String that contains the ARN of the requested certificate. The certificate ARN is generated and returned
by the RequestCertificate action as soon as the request is made. By default, using this parameter
causes email to be sent to all top-level domains you specified in the certificate request.
The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
public String getCertificateArn()
String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request.
The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
public ResendValidationEmailRequest withCertificateArn(String certificateArn)
String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request.
The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
certificateArn
- String that contains the ARN of the requested certificate. The certificate ARN is generated and returned
by the RequestCertificate action as soon as the request is made. By default, using this parameter
causes email to be sent to all top-level domains you specified in the certificate request.
The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
public void setDomain(String domain)
The fully qualified domain name (FQDN) of the certificate that needs to be validated.
domain
- The fully qualified domain name (FQDN) of the certificate that needs to be validated.public String getDomain()
The fully qualified domain name (FQDN) of the certificate that needs to be validated.
public ResendValidationEmailRequest withDomain(String domain)
The fully qualified domain name (FQDN) of the certificate that needs to be validated.
domain
- The fully qualified domain name (FQDN) of the certificate that needs to be validated.public void setValidationDomain(String validationDomain)
The base validation domain that will act as the suffix of the email addresses that are used to send the emails.
This must be the same as the Domain
value or a superdomain of the Domain
value. For
example, if you requested a certificate for site.subdomain.example.com
and specify a
ValidationDomain of subdomain.example.com
, ACM sends email to the domain registrant,
technical contact, and administrative contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
validationDomain
- The base validation domain that will act as the suffix of the email addresses that are used to send the
emails. This must be the same as the Domain
value or a superdomain of the Domain
value. For example, if you requested a certificate for site.subdomain.example.com
and specify
a ValidationDomain of subdomain.example.com
, ACM sends email to the domain registrant,
technical contact, and administrative contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
public String getValidationDomain()
The base validation domain that will act as the suffix of the email addresses that are used to send the emails.
This must be the same as the Domain
value or a superdomain of the Domain
value. For
example, if you requested a certificate for site.subdomain.example.com
and specify a
ValidationDomain of subdomain.example.com
, ACM sends email to the domain registrant,
technical contact, and administrative contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
Domain
value or a superdomain of the
Domain
value. For example, if you requested a certificate for
site.subdomain.example.com
and specify a ValidationDomain of
subdomain.example.com
, ACM sends email to the domain registrant, technical contact, and
administrative contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
public ResendValidationEmailRequest withValidationDomain(String validationDomain)
The base validation domain that will act as the suffix of the email addresses that are used to send the emails.
This must be the same as the Domain
value or a superdomain of the Domain
value. For
example, if you requested a certificate for site.subdomain.example.com
and specify a
ValidationDomain of subdomain.example.com
, ACM sends email to the domain registrant,
technical contact, and administrative contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
validationDomain
- The base validation domain that will act as the suffix of the email addresses that are used to send the
emails. This must be the same as the Domain
value or a superdomain of the Domain
value. For example, if you requested a certificate for site.subdomain.example.com
and specify
a ValidationDomain of subdomain.example.com
, ACM sends email to the domain registrant,
technical contact, and administrative contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
public String toString()
toString
in class Object
Object.toString()
public ResendValidationEmailRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.