public class CertificateDescription extends Object implements Serializable
Describes a certificate.
| Constructor and Description |
|---|
CertificateDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCaCertificateId()
The certificate ID of the CA certificate used to sign this certificate.
|
String |
getCertificateArn()
The ARN of the certificate.
|
String |
getCertificateId()
The ID of the certificate.
|
String |
getCertificatePem()
The certificate data, in PEM format.
|
Date |
getCreationDate()
The date and time the certificate was created.
|
Date |
getLastModifiedDate()
The date and time the certificate was last modified.
|
String |
getOwnedBy()
The ID of the AWS account that owns the certificate.
|
String |
getPreviousOwnedBy()
The ID of the AWS account of the previous owner of the certificate.
|
String |
getStatus()
The status of the certificate.
|
TransferData |
getTransferData()
The transfer data.
|
int |
hashCode() |
void |
setCaCertificateId(String caCertificateId)
The certificate ID of the CA certificate used to sign this certificate.
|
void |
setCertificateArn(String certificateArn)
The ARN of the certificate.
|
void |
setCertificateId(String certificateId)
The ID of the certificate.
|
void |
setCertificatePem(String certificatePem)
The certificate data, in PEM format.
|
void |
setCreationDate(Date creationDate)
The date and time the certificate was created.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date and time the certificate was last modified.
|
void |
setOwnedBy(String ownedBy)
The ID of the AWS account that owns the certificate.
|
void |
setPreviousOwnedBy(String previousOwnedBy)
The ID of the AWS account of the previous owner of the certificate.
|
void |
setStatus(CertificateStatus status)
The status of the certificate.
|
void |
setStatus(String status)
The status of the certificate.
|
void |
setTransferData(TransferData transferData)
The transfer data.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CertificateDescription |
withCaCertificateId(String caCertificateId)
The certificate ID of the CA certificate used to sign this certificate.
|
CertificateDescription |
withCertificateArn(String certificateArn)
The ARN of the certificate.
|
CertificateDescription |
withCertificateId(String certificateId)
The ID of the certificate.
|
CertificateDescription |
withCertificatePem(String certificatePem)
The certificate data, in PEM format.
|
CertificateDescription |
withCreationDate(Date creationDate)
The date and time the certificate was created.
|
CertificateDescription |
withLastModifiedDate(Date lastModifiedDate)
The date and time the certificate was last modified.
|
CertificateDescription |
withOwnedBy(String ownedBy)
The ID of the AWS account that owns the certificate.
|
CertificateDescription |
withPreviousOwnedBy(String previousOwnedBy)
The ID of the AWS account of the previous owner of the certificate.
|
CertificateDescription |
withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateDescription |
withStatus(String status)
The status of the certificate.
|
CertificateDescription |
withTransferData(TransferData transferData)
The transfer data.
|
public String getCertificateArn()
The ARN of the certificate.
The ARN of the certificate.
public void setCertificateArn(String certificateArn)
The ARN of the certificate.
certificateArn - The ARN of the certificate.
public CertificateDescription withCertificateArn(String certificateArn)
The ARN of the certificate.
Returns a reference to this object so that method calls can be chained together.
certificateArn - The ARN of the certificate.
public String getCertificateId()
The ID of the certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the certificate.
public void setCertificateId(String certificateId)
The ID of the certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the certificate.
public CertificateDescription withCertificateId(String certificateId)
The ID of the 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 certificate.
public String getCaCertificateId()
The certificate ID of the CA certificate used to sign this certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The certificate ID of the CA certificate used to sign this certificate.
public void setCaCertificateId(String caCertificateId)
The certificate ID of the CA certificate used to sign this certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
caCertificateId - The certificate ID of the CA certificate used to sign this certificate.
public CertificateDescription withCaCertificateId(String caCertificateId)
The certificate ID of the CA certificate used to sign this 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]+
caCertificateId - The certificate ID of the CA certificate used to sign this certificate.
public String getStatus()
The status of the certificate.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
The status of the certificate.
CertificateStatuspublic void setStatus(String status)
The status of the certificate.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status - The status of the certificate.
CertificateStatuspublic CertificateDescription withStatus(String status)
The status of the certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status - The status of the certificate.
CertificateStatuspublic void setStatus(CertificateStatus status)
The status of the certificate.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status - The status of the certificate.
CertificateStatuspublic CertificateDescription withStatus(CertificateStatus status)
The status of the certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER,
REGISTER_INACTIVE, PENDING_ACTIVATION
status - The status of the certificate.
CertificateStatuspublic String getCertificatePem()
The certificate data, in PEM format.
Constraints:
Length: 1 - 65536
The certificate data, in PEM format.
public void setCertificatePem(String certificatePem)
The certificate data, in PEM format.
Constraints:
Length: 1 - 65536
certificatePem - The certificate data, in PEM format.
public CertificateDescription withCertificatePem(String certificatePem)
The certificate data, in PEM format.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 65536
certificatePem - The certificate data, in PEM format.
public String getOwnedBy()
The ID of the AWS account that owns the certificate.
Constraints:
Pattern: [0-9]{12}
The ID of the AWS account that owns the certificate.
public void setOwnedBy(String ownedBy)
The ID of the AWS account that owns the certificate.
Constraints:
Pattern: [0-9]{12}
ownedBy - The ID of the AWS account that owns the certificate.
public CertificateDescription withOwnedBy(String ownedBy)
The ID of the AWS account that owns the certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [0-9]{12}
ownedBy - The ID of the AWS account that owns the certificate.
public String getPreviousOwnedBy()
The ID of the AWS account of the previous owner of the certificate.
Constraints:
Pattern: [0-9]{12}
The ID of the AWS account of the previous owner of the certificate.
public void setPreviousOwnedBy(String previousOwnedBy)
The ID of the AWS account of the previous owner of the certificate.
Constraints:
Pattern: [0-9]{12}
previousOwnedBy - The ID of the AWS account of the previous owner of the certificate.
public CertificateDescription withPreviousOwnedBy(String previousOwnedBy)
The ID of the AWS account of the previous owner of the certificate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [0-9]{12}
previousOwnedBy - The ID of the AWS account of the previous owner of the certificate.
public Date getCreationDate()
The date and time the certificate was created.
The date and time the certificate was created.
public void setCreationDate(Date creationDate)
The date and time the certificate was created.
creationDate - The date and time the certificate was created.
public CertificateDescription withCreationDate(Date creationDate)
The date and time the certificate was created.
Returns a reference to this object so that method calls can be chained together.
creationDate - The date and time the certificate was created.
public Date getLastModifiedDate()
The date and time the certificate was last modified.
The date and time the certificate was last modified.
public void setLastModifiedDate(Date lastModifiedDate)
The date and time the certificate was last modified.
lastModifiedDate - The date and time the certificate was last modified.
public CertificateDescription withLastModifiedDate(Date lastModifiedDate)
The date and time the certificate was last modified.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The date and time the certificate was last modified.
public TransferData getTransferData()
The transfer data.
The transfer data.
public void setTransferData(TransferData transferData)
The transfer data.
transferData - The transfer data.
public CertificateDescription withTransferData(TransferData transferData)
The transfer data.
Returns a reference to this object so that method calls can be chained together.
transferData - The transfer data.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.