Package com.amazonaws.services.iot.model
Class RegisterCACertificateResult
java.lang.Object
com.amazonaws.services.iot.model.RegisterCACertificateResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output from the RegisterCACertificateResponse operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The CA certificate ARN.The CA certificate identifier.int
hashCode()
void
setCertificateArn
(String certificateArn) The CA certificate ARN.void
setCertificateId
(String certificateId) The CA certificate identifier.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificateArn
(String certificateArn) The CA certificate ARN.withCertificateId
(String certificateId) The CA certificate identifier.
-
Constructor Details
-
RegisterCACertificateResult
public RegisterCACertificateResult()
-
-
Method Details
-
setCertificateArn
The CA certificate ARN.
- Parameters:
certificateArn
- The CA certificate ARN.
-
getCertificateArn
The CA certificate ARN.
- Returns:
- The CA certificate ARN.
-
withCertificateArn
The CA certificate ARN.
- Parameters:
certificateArn
- The CA certificate ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-