Class ResendValidationEmailRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.certificatemanager.model.ResendValidationEmailRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ResendValidationEmailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ResendValidationEmailRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResendValidationEmailRequest
clone()
Creates a shallow clone of this request.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.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setCertificateArn
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
- Parameters:
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
-
getCertificateArn
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
- Returns:
- 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
-
withCertificateArn
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDomain
public void setDomain(String domain)
The Fully Qualified Domain Name (FQDN) of the certificate that needs to be validated.
- Parameters:
domain
- The Fully Qualified Domain Name (FQDN) of the certificate that needs to be validated.
-
getDomain
public String getDomain()
The Fully Qualified Domain Name (FQDN) of the certificate that needs to be validated.
- Returns:
- The Fully Qualified Domain Name (FQDN) of the certificate that needs to be validated.
-
withDomain
public ResendValidationEmailRequest withDomain(String domain)
The Fully Qualified Domain Name (FQDN) of the certificate that needs to be validated.
- Parameters:
domain
- The Fully Qualified Domain Name (FQDN) of the certificate that needs to be validated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValidationDomain
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 theDomain
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.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
- Parameters:
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 theDomain
value or a superdomain of theDomain
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.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
-
-
-
getValidationDomain
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 theDomain
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.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
- Returns:
- 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 theDomain
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.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
-
-
-
withValidationDomain
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 theDomain
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.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
- Parameters:
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 theDomain
value or a superdomain of theDomain
value. For example, if you requested a certificate forsite.subdomain.example.com
and specify a ValidationDomain ofsubdomain.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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ResendValidationEmailRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-