Package com.amazonaws.services.iot.model
Class TransferCertificateResult
java.lang.Object
com.amazonaws.services.iot.model.TransferCertificateResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output from the TransferCertificate operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the certificate.int
hashCode()
void
setTransferredCertificateArn
(String transferredCertificateArn) The ARN of the certificate.toString()
Returns a string representation of this object; useful for testing and debugging.withTransferredCertificateArn
(String transferredCertificateArn) The ARN of the certificate.
-
Constructor Details
-
TransferCertificateResult
public TransferCertificateResult()
-
-
Method Details
-
setTransferredCertificateArn
The ARN of the certificate.
- Parameters:
transferredCertificateArn
- The ARN of the certificate.
-
getTransferredCertificateArn
The ARN of the certificate.
- Returns:
- The ARN of the certificate.
-
withTransferredCertificateArn
The ARN of the certificate.
- Parameters:
transferredCertificateArn
- The ARN of the certificate.- 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
-