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