Package com.amazonaws.services.iot.model
Class UpdateCACertificateRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.iot.model.UpdateCACertificateRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class UpdateCACertificateRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The input to the UpdateCACertificate 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 identifier.The updated status of the CA certificate.int
hashCode()
void
setCertificateId
(String certificateId) The CA certificate identifier.void
setNewStatus
(CACertificateStatus newStatus) The updated status of the CA certificate.void
setNewStatus
(String newStatus) The updated status of the CA certificate.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateId
(String certificateId) The CA certificate identifier.withNewStatus
(CACertificateStatus newStatus) The updated status of the CA certificate.withNewStatus
(String newStatus) The updated status of the CA 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
-
UpdateCACertificateRequest
public UpdateCACertificateRequest()
-
-
Method Details
-
setCertificateId
The CA certificate identifier.
- Parameters:
certificateId
- The CA certificate identifier.
-
getCertificateId
The CA certificate identifier.
- Returns:
- The CA certificate identifier.
-
withCertificateId
The CA certificate identifier.
- Parameters:
certificateId
- The CA certificate identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNewStatus
The updated status of the CA certificate.
- Parameters:
newStatus
- The updated status of the CA certificate.- See Also:
-
getNewStatus
The updated status of the CA certificate.
- Returns:
- The updated status of the CA certificate.
- See Also:
-
withNewStatus
The updated status of the CA certificate.
- Parameters:
newStatus
- The updated status of the CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setNewStatus
The updated status of the CA certificate.
- Parameters:
newStatus
- The updated status of the CA certificate.- See Also:
-
withNewStatus
The updated status of the CA certificate.
- Parameters:
newStatus
- The updated status of the CA certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
-