@Generated(value="software.amazon.awssdk:codegen") public final class CertificateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CertificateSummary.Builder,CertificateSummary>
The summary of the certificate.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CertificateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CertificateSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
issuer()
The entity that issued the certificate.
|
Instant |
notValidAfter()
The certificate is not valid after this date.
|
Instant |
notValidBefore()
The certificate is not valid before this date.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CertificateSummary.Builder> |
serializableBuilderClass() |
String |
subject()
The entity the certificate belongs to.
|
String |
thumbprint()
A hexadecimal identifier for the certificate.
|
CertificateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String issuer()
The entity that issued the certificate.
public final Instant notValidAfter()
The certificate is not valid after this date.
public final Instant notValidBefore()
The certificate is not valid before this date.
public final String subject()
The entity the certificate belongs to.
public final String thumbprint()
A hexadecimal identifier for the certificate.
public CertificateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CertificateSummary.Builder,CertificateSummary>public static CertificateSummary.Builder builder()
public static Class<? extends CertificateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.