@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the certificate.
Constructor and Description |
---|
CertificateSummary() |
Modifier and Type | Method and Description |
---|---|
CertificateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getIssuer()
The entity that issued the certificate.
|
Date |
getNotValidAfter()
The certificate is not valid after this date.
|
Date |
getNotValidBefore()
The certificate is not valid before this date.
|
String |
getSubject()
The entity the certificate belongs to.
|
String |
getThumbprint()
A hexadecimal identifier for the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIssuer(String issuer)
The entity that issued the certificate.
|
void |
setNotValidAfter(Date notValidAfter)
The certificate is not valid after this date.
|
void |
setNotValidBefore(Date notValidBefore)
The certificate is not valid before this date.
|
void |
setSubject(String subject)
The entity the certificate belongs to.
|
void |
setThumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
|
String |
toString()
Returns a string representation of this object.
|
CertificateSummary |
withIssuer(String issuer)
The entity that issued the certificate.
|
CertificateSummary |
withNotValidAfter(Date notValidAfter)
The certificate is not valid after this date.
|
CertificateSummary |
withNotValidBefore(Date notValidBefore)
The certificate is not valid before this date.
|
CertificateSummary |
withSubject(String subject)
The entity the certificate belongs to.
|
CertificateSummary |
withThumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
|
public void setIssuer(String issuer)
The entity that issued the certificate.
issuer
- The entity that issued the certificate.public String getIssuer()
The entity that issued the certificate.
public CertificateSummary withIssuer(String issuer)
The entity that issued the certificate.
issuer
- The entity that issued the certificate.public void setNotValidAfter(Date notValidAfter)
The certificate is not valid after this date.
notValidAfter
- The certificate is not valid after this date.public Date getNotValidAfter()
The certificate is not valid after this date.
public CertificateSummary withNotValidAfter(Date notValidAfter)
The certificate is not valid after this date.
notValidAfter
- The certificate is not valid after this date.public void setNotValidBefore(Date notValidBefore)
The certificate is not valid before this date.
notValidBefore
- The certificate is not valid before this date.public Date getNotValidBefore()
The certificate is not valid before this date.
public CertificateSummary withNotValidBefore(Date notValidBefore)
The certificate is not valid before this date.
notValidBefore
- The certificate is not valid before this date.public void setSubject(String subject)
The entity the certificate belongs to.
subject
- The entity the certificate belongs to.public String getSubject()
The entity the certificate belongs to.
public CertificateSummary withSubject(String subject)
The entity the certificate belongs to.
subject
- The entity the certificate belongs to.public void setThumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
thumbprint
- A hexadecimal identifier for the certificate.public String getThumbprint()
A hexadecimal identifier for the certificate.
public CertificateSummary withThumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
thumbprint
- A hexadecimal identifier for the certificate.public String toString()
toString
in class Object
Object.toString()
public CertificateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.