public class RegisterCACertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input to the RegisterCACertificate operation.
NOOP
Constructor and Description |
---|
RegisterCACertificateRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterCACertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCaCertificate()
The CA certificate.
|
Boolean |
getSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
|
String |
getVerificationCertificate()
The private key verification certificate.
|
int |
hashCode() |
Boolean |
isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
|
void |
setCaCertificate(String caCertificate)
The CA certificate.
|
void |
setSetAsActive(Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
|
void |
setVerificationCertificate(String verificationCertificate)
The private key verification certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterCACertificateRequest |
withCaCertificate(String caCertificate)
The CA certificate.
|
RegisterCACertificateRequest |
withSetAsActive(Boolean setAsActive)
A boolean value that specifies if the CA certificate is set to active.
|
RegisterCACertificateRequest |
withVerificationCertificate(String verificationCertificate)
The private key verification certificate.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCaCertificate(String caCertificate)
The CA certificate.
caCertificate
- The CA certificate.public String getCaCertificate()
The CA certificate.
public RegisterCACertificateRequest withCaCertificate(String caCertificate)
The CA certificate.
caCertificate
- The CA certificate.public void setVerificationCertificate(String verificationCertificate)
The private key verification certificate.
verificationCertificate
- The private key verification certificate.public String getVerificationCertificate()
The private key verification certificate.
public RegisterCACertificateRequest withVerificationCertificate(String verificationCertificate)
The private key verification certificate.
verificationCertificate
- The private key verification certificate.public void setSetAsActive(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 Boolean getSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
public RegisterCACertificateRequest withSetAsActive(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 Boolean isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
public String toString()
toString
in class Object
Object.toString()
public RegisterCACertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.