@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes a certificate.
Constructor and Description |
---|
CertificateDescription() |
Modifier and Type | Method and Description |
---|---|
CertificateDescription |
clone() |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 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)
The certificate ID of the CA certificate used to sign this certificate.
caCertificateId
- The certificate ID of the CA certificate used to sign this certificate.public String getCaCertificateId()
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.
caCertificateId
- The certificate ID of the CA certificate used to sign this 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 setPreviousOwnedBy(String previousOwnedBy)
The ID of the AWS account of the previous owner of the certificate.
previousOwnedBy
- The ID of the AWS account of the previous owner of the certificate.public String getPreviousOwnedBy()
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.
previousOwnedBy
- The ID of the AWS account of the previous owner of 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 void setTransferData(TransferData transferData)
The transfer data.
transferData
- The transfer data.public TransferData getTransferData()
The transfer data.
public CertificateDescription withTransferData(TransferData transferData)
The transfer data.
transferData
- The transfer data.public String toString()
toString
in class Object
Object.toString()
public CertificateDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.