public class CACertificate extends Object implements Serializable
A CA certificate.
| Constructor and Description |
|---|
CACertificate() |
| Modifier and Type | Method and Description |
|---|---|
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 String getCertificateArn()
The ARN of the CA certificate.
The ARN of the CA certificate.
public void setCertificateArn(String certificateArn)
The ARN of the CA certificate.
certificateArn - The ARN of the CA certificate.
public CACertificate withCertificateArn(String certificateArn)
The ARN of the CA certificate.
Returns a reference to this object so that method calls can be chained together.
certificateArn - The ARN of the CA certificate.
public String getCertificateId()
The ID of the CA certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the CA certificate.
public void setCertificateId(String certificateId)
The ID of the CA certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the CA certificate.
public CACertificate withCertificateId(String certificateId)
The ID of the CA certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the CA certificate.
public String getStatus()
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
Constraints:
Allowed Values: ACTIVE, INACTIVE
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatuspublic void setStatus(String status)
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
Constraints:
Allowed Values: ACTIVE, INACTIVE
status - The status of the CA certificate.
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
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.
Constraints:
Allowed Values: ACTIVE, INACTIVE
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE
status - The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatuspublic Date getCreationDate()
The date the CA certificate was created.
The date the CA certificate was created.
public void setCreationDate(Date creationDate)
The date the CA certificate was created.
creationDate - The date the CA certificate was created.
public CACertificate withCreationDate(Date creationDate)
The date the CA certificate was created.
Returns a reference to this object so that method calls can be chained together.
creationDate - The date the CA certificate was created.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.