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 |
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 |
getStatus()
The status of the certificate.
|
int |
hashCode() |
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 |
setStatus(CertificateStatus status)
The status of the certificate.
|
void |
setStatus(String status)
The status of the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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 |
withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateDescription |
withStatus(String status)
The status of the certificate.
|
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 setStatus(String status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public String getStatus()
The status of the certificate.
CertificateStatus
public CertificateDescription withStatus(String status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public void setStatus(CertificateStatus status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public CertificateDescription withStatus(CertificateStatus status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public 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 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 String toString()
toString
in class Object
Object.toString()
public CertificateDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.