Package com.amazonaws.services.iot.model
Class RegisterCACertificateRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.iot.model.RegisterCACertificateRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class RegisterCACertificateRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The input to the RegisterCACertificate operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The CA certificate.A boolean value that specifies if the CA certificate is set to active.The private key verification certificate.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withCaCertificate
(String caCertificate) The CA certificate.withSetAsActive
(Boolean setAsActive) A boolean value that specifies if the CA certificate is set to active.withVerificationCertificate
(String verificationCertificate) The private key verification certificate.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
RegisterCACertificateRequest
public RegisterCACertificateRequest()
-
-
Method Details
-
setCaCertificate
The CA certificate.
- Parameters:
caCertificate
- The CA certificate.
-
getCaCertificate
The CA certificate.
- Returns:
- The CA certificate.
-
withCaCertificate
The CA certificate.
- Parameters:
caCertificate
- The CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVerificationCertificate
The private key verification certificate.
- Parameters:
verificationCertificate
- The private key verification certificate.
-
getVerificationCertificate
The private key verification certificate.
- Returns:
- The private key verification certificate.
-
withVerificationCertificate
The private key verification certificate.
- Parameters:
verificationCertificate
- The private key verification certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSetAsActive
A boolean value that specifies if the CA certificate is set to active.
- Parameters:
setAsActive
- A boolean value that specifies if the CA certificate is set to active.
-
getSetAsActive
A boolean value that specifies if the CA certificate is set to active.
- Returns:
- A boolean value that specifies if the CA certificate is set to active.
-
withSetAsActive
A boolean value that specifies if the CA certificate is set to active.
- Parameters:
setAsActive
- A boolean value that specifies if the CA certificate is set to active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSetAsActive
A boolean value that specifies if the CA certificate is set to active.
- Returns:
- A boolean value that specifies if the CA certificate is set to active.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-