Package com.amazonaws.services.iot.model
Class TransferCertificateResult
- java.lang.Object
-
- com.amazonaws.services.iot.model.TransferCertificateResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class TransferCertificateResult extends Object implements Serializable, Cloneable
The output from the TransferCertificate operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferCertificateResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferCertificateResultclone()booleanequals(Object obj)StringgetTransferredCertificateArn()The ARN of the certificate.inthashCode()voidsetTransferredCertificateArn(String transferredCertificateArn)The ARN of the certificate.StringtoString()Returns a string representation of this object; useful for testing and debugging.TransferCertificateResultwithTransferredCertificateArn(String transferredCertificateArn)The ARN of the certificate.
-
-
-
Method Detail
-
setTransferredCertificateArn
public void setTransferredCertificateArn(String transferredCertificateArn)
The ARN of the certificate.
- Parameters:
transferredCertificateArn- The ARN of the certificate.
-
getTransferredCertificateArn
public String getTransferredCertificateArn()
The ARN of the certificate.
- Returns:
- The ARN of the certificate.
-
withTransferredCertificateArn
public TransferCertificateResult withTransferredCertificateArn(String transferredCertificateArn)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public TransferCertificateResult clone()
-
-