@Generated(value="software.amazon.awssdk:codegen") public final class Certificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Certificate.Builder,Certificate>
The certificate.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Certificate.Builder |
| Modifier and Type | Method and Description |
|---|---|
SdkBytes |
body()
The body of the certificate.
|
static Certificate.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 Certificate.Builder> |
serializableBuilderClass() |
String |
subject()
The entity the certificate belongs to.
|
String |
thumbprint()
A hexadecimal identifier for the certificate.
|
Certificate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SdkBytes body()
The body of the certificate.
public 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 Certificate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Certificate.Builder,Certificate>public static Certificate.Builder builder()
public static Class<? extends Certificate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.