@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Certificate extends Object implements Serializable, Cloneable, StructuredPojo
Information about a certificate.
Constructor and Description |
---|
Certificate() |
Modifier and Type | Method and Description |
---|---|
Certificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The ARN of the certificate.
|
String |
getCertificateId()
The ID of the certificate.
|
Date |
getCreationDate()
The date and time the certificate was created.
|
String |
getStatus()
The status of the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
The ARN of the certificate.
|
void |
setCertificateId(String certificateId)
The ID of the certificate.
|
void |
setCreationDate(Date creationDate)
The date and time the certificate was created.
|
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.
|
Certificate |
withCertificateArn(String certificateArn)
The ARN of the certificate.
|
Certificate |
withCertificateId(String certificateId)
The ID of the certificate.
|
Certificate |
withCreationDate(Date creationDate)
The date and time the certificate was created.
|
Certificate |
withStatus(CertificateStatus status)
The status of the certificate.
|
Certificate |
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 Certificate 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 Certificate withCertificateId(String certificateId)
The ID of the certificate.
certificateId
- The ID of the certificate.public void setStatus(String status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status
- The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus
public String getStatus()
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus
public Certificate withStatus(String status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status
- The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus
public void setStatus(CertificateStatus status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status
- The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus
public Certificate withStatus(CertificateStatus status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status
- The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus
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 Certificate withCreationDate(Date creationDate)
The date and time the certificate was created.
creationDate
- The date and time the certificate was created.public String toString()
toString
in class Object
Object.toString()
public Certificate 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.