@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateInfo extends Object implements Serializable, Cloneable, StructuredPojo
Contains general information about a certificate.
| Constructor and Description |
|---|
CertificateInfo() |
| Modifier and Type | Method and Description |
|---|---|
CertificateInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateId()
The identifier of the certificate.
|
String |
getCommonName()
The common name for the certificate.
|
String |
getState()
The state of the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCertificateId(String certificateId)
The identifier of the certificate.
|
void |
setCommonName(String commonName)
The common name for the certificate.
|
void |
setState(String state)
The state of the certificate.
|
String |
toString()
Returns a string representation of this object.
|
CertificateInfo |
withCertificateId(String certificateId)
The identifier of the certificate.
|
CertificateInfo |
withCommonName(String commonName)
The common name for the certificate.
|
CertificateInfo |
withState(CertificateState state)
The state of the certificate.
|
CertificateInfo |
withState(String state)
The state of the certificate.
|
public void setCertificateId(String certificateId)
The identifier of the certificate.
certificateId - The identifier of the certificate.public String getCertificateId()
The identifier of the certificate.
public CertificateInfo withCertificateId(String certificateId)
The identifier of the certificate.
certificateId - The identifier of the certificate.public void setCommonName(String commonName)
The common name for the certificate.
commonName - The common name for the certificate.public String getCommonName()
The common name for the certificate.
public CertificateInfo withCommonName(String commonName)
The common name for the certificate.
commonName - The common name for the certificate.public void setState(String state)
The state of the certificate.
state - The state of the certificate.CertificateStatepublic String getState()
The state of the certificate.
CertificateStatepublic CertificateInfo withState(String state)
The state of the certificate.
state - The state of the certificate.CertificateStatepublic CertificateInfo withState(CertificateState state)
The state of the certificate.
state - The state of the certificate.CertificateStatepublic String toString()
toString in class ObjectObject.toString()public CertificateInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.