@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Certificate extends Object implements Serializable, Cloneable
Information about an SSL server certificate.
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.
|
Boolean |
getIsDefault()
Indicates whether the certificate is the default certificate.
|
int |
hashCode() |
Boolean |
isDefault()
Indicates whether the certificate is the default certificate.
|
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
void |
setIsDefault(Boolean isDefault)
Indicates whether the certificate is the default 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.
|
Certificate |
withIsDefault(Boolean isDefault)
Indicates whether the certificate is the default 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 void setIsDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate.
isDefault
- Indicates whether the certificate is the default certificate.public Boolean getIsDefault()
Indicates whether the certificate is the default certificate.
public Certificate withIsDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate.
isDefault
- Indicates whether the certificate is the default certificate.public Boolean isDefault()
Indicates whether the certificate is the default certificate.
public String toString()
toString
in class Object
Object.toString()
public Certificate clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.