public class CreateDomainNameRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A request to create a new domain name.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certificateBody
The body of the server certificate provided by your certificate
authority.
|
private java.lang.String |
certificateChain
The intermediate certificates and optionally the root certificate, one
after the other without any blank lines.
|
private java.lang.String |
certificateName
The name of the certificate.
|
private java.lang.String |
certificatePrivateKey
Your certificate's private key.
|
private java.lang.String |
domainName
The name of the DomainName resource.
|
NOOP
Constructor and Description |
---|
CreateDomainNameRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDomainNameRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateBody()
The body of the server certificate provided by your certificate
authority.
|
java.lang.String |
getCertificateChain()
The intermediate certificates and optionally the root certificate, one
after the other without any blank lines.
|
java.lang.String |
getCertificateName()
The name of the certificate.
|
java.lang.String |
getCertificatePrivateKey()
Your certificate's private key.
|
java.lang.String |
getDomainName()
The name of the DomainName resource.
|
int |
hashCode() |
void |
setCertificateBody(java.lang.String certificateBody)
The body of the server certificate provided by your certificate
authority.
|
void |
setCertificateChain(java.lang.String certificateChain)
The intermediate certificates and optionally the root certificate, one
after the other without any blank lines.
|
void |
setCertificateName(java.lang.String certificateName)
The name of the certificate.
|
void |
setCertificatePrivateKey(java.lang.String certificatePrivateKey)
Your certificate's private key.
|
void |
setDomainName(java.lang.String domainName)
The name of the DomainName resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDomainNameRequest |
withCertificateBody(java.lang.String certificateBody)
The body of the server certificate provided by your certificate
authority.
|
CreateDomainNameRequest |
withCertificateChain(java.lang.String certificateChain)
The intermediate certificates and optionally the root certificate, one
after the other without any blank lines.
|
CreateDomainNameRequest |
withCertificateName(java.lang.String certificateName)
The name of the certificate.
|
CreateDomainNameRequest |
withCertificatePrivateKey(java.lang.String certificatePrivateKey)
Your certificate's private key.
|
CreateDomainNameRequest |
withDomainName(java.lang.String domainName)
The name of the DomainName resource.
|
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
private java.lang.String domainName
The name of the DomainName resource.
private java.lang.String certificateName
The name of the certificate.
private java.lang.String certificateBody
The body of the server certificate provided by your certificate authority.
private java.lang.String certificatePrivateKey
Your certificate's private key.
private java.lang.String certificateChain
The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
public void setDomainName(java.lang.String domainName)
The name of the DomainName resource.
domainName
- The name of the DomainName resource.public java.lang.String getDomainName()
The name of the DomainName resource.
public CreateDomainNameRequest withDomainName(java.lang.String domainName)
The name of the DomainName resource.
domainName
- The name of the DomainName resource.public void setCertificateName(java.lang.String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public java.lang.String getCertificateName()
The name of the certificate.
public CreateDomainNameRequest withCertificateName(java.lang.String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public void setCertificateBody(java.lang.String certificateBody)
The body of the server certificate provided by your certificate authority.
certificateBody
- The body of the server certificate provided by your certificate
authority.public java.lang.String getCertificateBody()
The body of the server certificate provided by your certificate authority.
public CreateDomainNameRequest withCertificateBody(java.lang.String certificateBody)
The body of the server certificate provided by your certificate authority.
certificateBody
- The body of the server certificate provided by your certificate
authority.public void setCertificatePrivateKey(java.lang.String certificatePrivateKey)
Your certificate's private key.
certificatePrivateKey
- Your certificate's private key.public java.lang.String getCertificatePrivateKey()
Your certificate's private key.
public CreateDomainNameRequest withCertificatePrivateKey(java.lang.String certificatePrivateKey)
Your certificate's private key.
certificatePrivateKey
- Your certificate's private key.public void setCertificateChain(java.lang.String certificateChain)
The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
certificateChain
- The intermediate certificates and optionally the root certificate,
one after the other without any blank lines. If you include the
root certificate, your certificate chain must start with
intermediate certificates and end with the root certificate. Use
the intermediate certificates that were provided by your
certificate authority. Do not include any intermediaries that are
not in the chain of trust path.public java.lang.String getCertificateChain()
The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
public CreateDomainNameRequest withCertificateChain(java.lang.String certificateChain)
The intermediate certificates and optionally the root certificate, one after the other without any blank lines. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
certificateChain
- The intermediate certificates and optionally the root certificate,
one after the other without any blank lines. If you include the
root certificate, your certificate chain must start with
intermediate certificates and end with the root certificate. Use
the intermediate certificates that were provided by your
certificate authority. Do not include any intermediaries that are
not in the chain of trust path.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateDomainNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()