public class RegisterCACertificateRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input to the RegisterCACertificate operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
caCertificate
The CA certificate.
|
private java.lang.Boolean |
setAsActive
A boolean value that specifies if the CA certificate is set to active.
|
private java.lang.String |
verificationCertificate
The private key verification certificate.
|
NOOP
Constructor and Description |
---|
RegisterCACertificateRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterCACertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCaCertificate()
The CA certificate.
|
java.lang.Boolean |
getSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
|
java.lang.String |
getVerificationCertificate()
The private key verification certificate.
|
int |
hashCode() |
java.lang.Boolean |
isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
|
void |
setCaCertificate(java.lang.String caCertificate)
The CA certificate.
|
void |
setSetAsActive(java.lang.Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
|
void |
setVerificationCertificate(java.lang.String verificationCertificate)
The private key verification certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterCACertificateRequest |
withCaCertificate(java.lang.String caCertificate)
The CA certificate.
|
RegisterCACertificateRequest |
withSetAsActive(java.lang.Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
|
RegisterCACertificateRequest |
withVerificationCertificate(java.lang.String verificationCertificate)
The private key verification certificate.
|
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 caCertificate
The CA certificate.
private java.lang.String verificationCertificate
The private key verification certificate.
private java.lang.Boolean setAsActive
A boolean value that specifies if the CA certificate is set to active.
public void setCaCertificate(java.lang.String caCertificate)
The CA certificate.
caCertificate
- The CA certificate.public java.lang.String getCaCertificate()
The CA certificate.
public RegisterCACertificateRequest withCaCertificate(java.lang.String caCertificate)
The CA certificate.
caCertificate
- The CA certificate.public void setVerificationCertificate(java.lang.String verificationCertificate)
The private key verification certificate.
verificationCertificate
- The private key verification certificate.public java.lang.String getVerificationCertificate()
The private key verification certificate.
public RegisterCACertificateRequest withVerificationCertificate(java.lang.String verificationCertificate)
The private key verification certificate.
verificationCertificate
- The private key verification certificate.public void setSetAsActive(java.lang.Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
setAsActive
- A boolean value that specifies if the CA certificate is set to
active.public java.lang.Boolean getSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
public RegisterCACertificateRequest withSetAsActive(java.lang.Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
setAsActive
- A boolean value that specifies if the CA certificate is set to
active.public java.lang.Boolean isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
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 RegisterCACertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()