public class TransferCertificateResult extends Object implements Serializable
The output from the TransferCertificate operation.
| Constructor and Description |
|---|
TransferCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTransferredCertificateArn()
The ARN of the certificate.
|
int |
hashCode() |
void |
setTransferredCertificateArn(String transferredCertificateArn)
The ARN of the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TransferCertificateResult |
withTransferredCertificateArn(String transferredCertificateArn)
The ARN of the certificate.
|
public String getTransferredCertificateArn()
The ARN of the certificate.
The ARN of the certificate.
public void setTransferredCertificateArn(String transferredCertificateArn)
The ARN of the certificate.
transferredCertificateArn - The ARN of the certificate.
public TransferCertificateResult withTransferredCertificateArn(String transferredCertificateArn)
The ARN of the certificate.
Returns a reference to this object so that method calls can be chained together.
transferredCertificateArn - The ARN of the certificate.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.