public class TransferCertificateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output from the TransferCertificate operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
transferredCertificateArn
The ARN of the certificate.
|
Constructor and Description |
---|
TransferCertificateResult() |
Modifier and Type | Method and Description |
---|---|
TransferCertificateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTransferredCertificateArn()
The ARN of the certificate.
|
int |
hashCode() |
void |
setTransferredCertificateArn(java.lang.String transferredCertificateArn)
The ARN of the certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TransferCertificateResult |
withTransferredCertificateArn(java.lang.String transferredCertificateArn)
The ARN of the certificate.
|
private java.lang.String transferredCertificateArn
The ARN of the certificate.
public void setTransferredCertificateArn(java.lang.String transferredCertificateArn)
The ARN of the certificate.
transferredCertificateArn
- The ARN of the certificate.public java.lang.String getTransferredCertificateArn()
The ARN of the certificate.
public TransferCertificateResult withTransferredCertificateArn(java.lang.String transferredCertificateArn)
The ARN of the certificate.
transferredCertificateArn
- The ARN of the certificate.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public TransferCertificateResult clone()
clone
in class java.lang.Object