public class CertificateDescription extends Object implements Serializable, Cloneable
Describes a certificate.
| Constructor and Description |
|---|
CertificateDescription() |
| Modifier and Type | Method and Description |
|---|---|
CertificateDescription |
clone() |
boolean |
equals(Object obj) |
String |
getCaCertificateId() |
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() |
String |
getStatus()
The status of the certificate.
|
TransferData |
getTransferData() |
int |
hashCode() |
void |
setCaCertificateId(String caCertificateId) |
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) |
void |
setStatus(CertificateStatus status)
The status of the certificate.
|
void |
setStatus(String status)
The status of the certificate.
|
void |
setTransferData(TransferData transferData) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CertificateDescription |
withCaCertificateId(String caCertificateId) |
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) |
CertificateDescription |
withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateDescription |
withStatus(String status)
The status of the certificate.
|
CertificateDescription |
withTransferData(TransferData transferData) |
public void setCertificateArn(String certificateArn)
The ARN of the certificate.
certificateArn - The ARN of the certificate.public String getCertificateArn()
The ARN of the certificate.
public CertificateDescription withCertificateArn(String certificateArn)
The ARN of the certificate.
certificateArn - The ARN of the certificate.public void setCertificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.public String getCertificateId()
The ID of the certificate.
public CertificateDescription withCertificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.public void setCaCertificateId(String caCertificateId)
caCertificateId - public String getCaCertificateId()
public CertificateDescription withCaCertificateId(String caCertificateId)
caCertificateId - public void setStatus(String status)
The status of the certificate.
status - The status of the certificate.CertificateStatuspublic String getStatus()
The status of the certificate.
CertificateStatuspublic CertificateDescription withStatus(String status)
The status of the certificate.
status - The status of the certificate.CertificateStatuspublic void setStatus(CertificateStatus status)
The status of the certificate.
status - The status of the certificate.CertificateStatuspublic CertificateDescription withStatus(CertificateStatus status)
The status of the certificate.
status - The status of the certificate.CertificateStatuspublic void setCertificatePem(String certificatePem)
The certificate data, in PEM format.
certificatePem - The certificate data, in PEM format.public String getCertificatePem()
The certificate data, in PEM format.
public CertificateDescription withCertificatePem(String certificatePem)
The certificate data, in PEM format.
certificatePem - The certificate data, in PEM format.public void setOwnedBy(String ownedBy)
The ID of the AWS account that owns the certificate.
ownedBy - The ID of the AWS account that owns the certificate.public String getOwnedBy()
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.
ownedBy - The ID of the AWS account that owns the certificate.public void setPreviousOwnedBy(String previousOwnedBy)
previousOwnedBy - public String getPreviousOwnedBy()
public CertificateDescription withPreviousOwnedBy(String previousOwnedBy)
previousOwnedBy - public void setCreationDate(Date creationDate)
The date and time the certificate was created.
creationDate - The date and time the certificate was created.public Date getCreationDate()
The date and time the certificate was created.
public CertificateDescription withCreationDate(Date creationDate)
The date and time the certificate was created.
creationDate - The date and time the certificate was created.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 Date getLastModifiedDate()
The date and time the certificate was last modified.
public CertificateDescription withLastModifiedDate(Date lastModifiedDate)
The date and time the certificate was last modified.
lastModifiedDate - The date and time the certificate was last modified.public void setTransferData(TransferData transferData)
transferData - public TransferData getTransferData()
public CertificateDescription withTransferData(TransferData transferData)
transferData - public String toString()
toString in class ObjectObject.toString()public CertificateDescription clone()
Copyright © 2016. All rights reserved.