public class Certificate extends Object implements Serializable, Cloneable
Information about an SSL server certificate deployed on a load balancer.
Constructor and Description |
---|
Certificate() |
Modifier and Type | Method and Description |
---|---|
Certificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Certificate |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
public Certificate withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public String toString()
toString
in class Object
Object.toString()
public Certificate clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.