public class TransferCertificateResult
extends java.lang.Object
implements java.io.Serializable
The output from the TransferCertificate operation.
| Constructor and Description |
|---|
TransferCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getTransferredCertificateArn()
The ARN of the certificate.
The ARN of the certificate.
public void setTransferredCertificateArn(java.lang.String transferredCertificateArn)
The ARN of the certificate.
transferredCertificateArn - The ARN of the certificate.
public TransferCertificateResult withTransferredCertificateArn(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.