@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() |
boolean |
equals(Object obj) |
Boolean |
getAllowAutoRegistration()
Allows this CA certificate to be used for auto registration of device certificates.
|
String |
getCaCertificate()
The CA certificate.
|
RegistrationConfig |
getRegistrationConfig()
Information about the registration configuration.
|
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 |
setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
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 |
withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
|
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 void setRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
registrationConfig - Information about the registration configuration.public RegistrationConfig getRegistrationConfig()
Information about the registration configuration.
public RegisterCACertificateRequest withRegistrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
registrationConfig - Information about the registration configuration.public String toString()
toString in class ObjectObject.toString()public RegisterCACertificateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.