@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Certificate extends Object implements Serializable, Cloneable, StructuredPojo
Information about the certificate.
| Constructor and Description |
|---|
Certificate() |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateId()
The identifier of the certificate.
|
String |
getCommonName()
The common name for the certificate.
|
Date |
getExpiryDateTime()
The date and time when the certificate will expire.
|
Date |
getRegisteredDateTime()
The date and time that the certificate was registered.
|
String |
getState()
The state of the certificate.
|
String |
getStateReason()
Describes a state change for 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 |
setExpiryDateTime(Date expiryDateTime)
The date and time when the certificate will expire.
|
void |
setRegisteredDateTime(Date registeredDateTime)
The date and time that the certificate was registered.
|
void |
setState(String state)
The state of the certificate.
|
void |
setStateReason(String stateReason)
Describes a state change for the certificate.
|
String |
toString()
Returns a string representation of this object.
|
Certificate |
withCertificateId(String certificateId)
The identifier of the certificate.
|
Certificate |
withCommonName(String commonName)
The common name for the certificate.
|
Certificate |
withExpiryDateTime(Date expiryDateTime)
The date and time when the certificate will expire.
|
Certificate |
withRegisteredDateTime(Date registeredDateTime)
The date and time that the certificate was registered.
|
Certificate |
withState(CertificateState state)
The state of the certificate.
|
Certificate |
withState(String state)
The state of the certificate.
|
Certificate |
withStateReason(String stateReason)
Describes a state change for 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 Certificate withCertificateId(String certificateId)
The identifier of the certificate.
certificateId - The identifier of 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 Certificate withState(String state)
The state of the certificate.
state - The state of the certificate.CertificateStatepublic Certificate withState(CertificateState state)
The state of the certificate.
state - The state of the certificate.CertificateStatepublic void setStateReason(String stateReason)
Describes a state change for the certificate.
stateReason - Describes a state change for the certificate.public String getStateReason()
Describes a state change for the certificate.
public Certificate withStateReason(String stateReason)
Describes a state change for the certificate.
stateReason - Describes a state change for 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 Certificate withCommonName(String commonName)
The common name for the certificate.
commonName - The common name for the certificate.public void setRegisteredDateTime(Date registeredDateTime)
The date and time that the certificate was registered.
registeredDateTime - The date and time that the certificate was registered.public Date getRegisteredDateTime()
The date and time that the certificate was registered.
public Certificate withRegisteredDateTime(Date registeredDateTime)
The date and time that the certificate was registered.
registeredDateTime - The date and time that the certificate was registered.public void setExpiryDateTime(Date expiryDateTime)
The date and time when the certificate will expire.
expiryDateTime - The date and time when the certificate will expire.public Date getExpiryDateTime()
The date and time when the certificate will expire.
public Certificate withExpiryDateTime(Date expiryDateTime)
The date and time when the certificate will expire.
expiryDateTime - The date and time when the certificate will expire.public String toString()
toString in class ObjectObject.toString()public Certificate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.