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