@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAllowAutoRegistration()
Allows this CA certificate to be used for auto registration of device certificates.
|
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 |
isAllowAutoRegistration()
Allows this CA certificate to be used for auto registration of device certificates.
|
Boolean |
isSetAsActive()
A boolean value that specifies if the CA certificate is set to active.
|
void |
setAllowAutoRegistration(Boolean allowAutoRegistration)
Allows this CA certificate to be used for auto registration of device certificates.
|
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 |
withAllowAutoRegistration(Boolean allowAutoRegistration)
Allows this CA certificate to be used for auto registration of device certificates.
|
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.
|
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 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 void setAllowAutoRegistration(Boolean allowAutoRegistration)
Allows this CA certificate to be used for auto registration of device certificates.
allowAutoRegistration
- Allows this CA certificate to be used for auto registration of device certificates.public Boolean getAllowAutoRegistration()
Allows this CA certificate to be used for auto registration of device certificates.
public RegisterCACertificateRequest withAllowAutoRegistration(Boolean allowAutoRegistration)
Allows this CA certificate to be used for auto registration of device certificates.
allowAutoRegistration
- Allows this CA certificate to be used for auto registration of device certificates.public Boolean isAllowAutoRegistration()
Allows this CA certificate to be used for auto registration of device certificates.
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.