@Generated(value="software.amazon.awssdk:codegen") public final class CrlDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CrlDetail.Builder,CrlDetail>
The state of the certificate revocation list (CRL) after a read or write operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CrlDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CrlDetail.Builder |
builder() |
Instant |
createdAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
|
String |
crlArn()
The ARN of the certificate revocation list (CRL).
|
SdkBytes |
crlData()
The state of the certificate revocation list (CRL) after a read or write operation.
|
String |
crlId()
The unique identifier of the certificate revocation list (CRL).
|
Boolean |
enabled()
Indicates whether the certificate revocation list (CRL) is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the certificate revocation list (CRL).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CrlDetail.Builder> |
serializableBuilderClass() |
CrlDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trustAnchorArn()
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
Instant |
updatedAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
public final String crlArn()
The ARN of the certificate revocation list (CRL).
public final SdkBytes crlData()
The state of the certificate revocation list (CRL) after a read or write operation.
public final String crlId()
The unique identifier of the certificate revocation list (CRL).
public final Boolean enabled()
Indicates whether the certificate revocation list (CRL) is enabled.
public final String name()
The name of the certificate revocation list (CRL).
public final String trustAnchorArn()
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
public final Instant updatedAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
public CrlDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CrlDetail.Builder,CrlDetail>public static CrlDetail.Builder builder()
public static Class<? extends CrlDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.