public class CACertificate
extends java.lang.Object
implements java.io.Serializable
A CA certificate.
Constructor and Description |
---|
CACertificate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateArn()
The ARN of the CA certificate.
|
java.lang.String |
getCertificateId()
The ID of the CA certificate.
|
java.util.Date |
getCreationDate()
The date the CA certificate was created.
|
java.lang.String |
getStatus()
The status of the CA certificate.
|
int |
hashCode() |
void |
setCertificateArn(java.lang.String certificateArn)
The ARN of the CA certificate.
|
void |
setCertificateId(java.lang.String certificateId)
The ID of the CA certificate.
|
void |
setCreationDate(java.util.Date creationDate)
The date the CA certificate was created.
|
void |
setStatus(CACertificateStatus status)
The status of the CA certificate.
|
void |
setStatus(java.lang.String status)
The status of the CA certificate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CACertificate |
withCertificateArn(java.lang.String certificateArn)
The ARN of the CA certificate.
|
CACertificate |
withCertificateId(java.lang.String certificateId)
The ID of the CA certificate.
|
CACertificate |
withCreationDate(java.util.Date creationDate)
The date the CA certificate was created.
|
CACertificate |
withStatus(CACertificateStatus status)
The status of the CA certificate.
|
CACertificate |
withStatus(java.lang.String status)
The status of the CA certificate.
|
public java.lang.String getCertificateArn()
The ARN of the CA certificate.
The ARN of the CA certificate.
public void setCertificateArn(java.lang.String certificateArn)
The ARN of the CA certificate.
certificateArn
- The ARN of the CA certificate.
public CACertificate withCertificateArn(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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.
CACertificateStatus
public void setStatus(java.lang.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.
CACertificateStatus
public CACertificate withStatus(java.lang.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.
CACertificateStatus
public 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.
CACertificateStatus
public 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.
CACertificateStatus
public java.util.Date getCreationDate()
The date the CA certificate was created.
The date the CA certificate was created.
public void setCreationDate(java.util.Date creationDate)
The date the CA certificate was created.
creationDate
- The date the CA certificate was created.
public CACertificate withCreationDate(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.