@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransferCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output from the TransferCertificate operation.
Constructor and Description |
---|
TransferCertificateResult() |
Modifier and Type | Method and Description |
---|---|
TransferCertificateResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransferredCertificateArn(String transferredCertificateArn)
The ARN of the certificate.
transferredCertificateArn
- The ARN of the certificate.public String getTransferredCertificateArn()
The ARN of the certificate.
public TransferCertificateResult withTransferredCertificateArn(String transferredCertificateArn)
The ARN of the certificate.
transferredCertificateArn
- The ARN of the certificate.public String toString()
toString
in class Object
Object.toString()
public TransferCertificateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.