public class CACertificate extends Object implements Serializable, Cloneable
A CA certificate.
| Constructor and Description |
|---|
CACertificate() |
| Modifier and Type | Method and Description |
|---|---|
CACertificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The ARN of the CA certificate.
|
String |
getCertificateId()
The ID of the CA certificate.
|
Date |
getCreationDate()
The date the CA certificate was created.
|
String |
getStatus()
The status of the CA certificate.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The ARN of the CA certificate.
|
void |
setCertificateId(String certificateId)
The ID of the CA certificate.
|
void |
setCreationDate(Date creationDate)
The date the CA certificate was created.
|
void |
setStatus(CACertificateStatus status)
The status of the CA certificate.
|
void |
setStatus(String status)
The status of the CA certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CACertificate |
withCertificateArn(String certificateArn)
The ARN of the CA certificate.
|
CACertificate |
withCertificateId(String certificateId)
The ID of the CA certificate.
|
CACertificate |
withCreationDate(Date creationDate)
The date the CA certificate was created.
|
CACertificate |
withStatus(CACertificateStatus status)
The status of the CA certificate.
|
CACertificate |
withStatus(String status)
The status of the CA certificate.
|
public void setCertificateArn(String certificateArn)
The ARN of the CA certificate.
certificateArn - The ARN of the CA certificate.public String getCertificateArn()
The ARN of the CA certificate.
public CACertificate withCertificateArn(String certificateArn)
The ARN of the CA certificate.
certificateArn - The ARN of the CA certificate.public void setCertificateId(String certificateId)
The ID of the CA certificate.
certificateId - The ID of the CA certificate.public String getCertificateId()
The ID of the CA certificate.
public CACertificate withCertificateId(String certificateId)
The ID of the CA certificate.
certificateId - The ID of the CA certificate.public void setStatus(String status)
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatuspublic String getStatus()
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatuspublic CACertificate withStatus(String status)
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatuspublic void setStatus(CACertificateStatus status)
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatuspublic CACertificate withStatus(CACertificateStatus status)
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatuspublic void setCreationDate(Date creationDate)
The date the CA certificate was created.
creationDate - The date the CA certificate was created.public Date getCreationDate()
The date the CA certificate was created.
public CACertificate withCreationDate(Date creationDate)
The date the CA certificate was created.
creationDate - The date the CA certificate was created.public String toString()
toString in class ObjectObject.toString()public CACertificate clone()
Copyright © 2016. All rights reserved.