Class CrlDetail
- java.lang.Object
-
- software.amazon.awssdk.services.rolesanywhere.model.CrlDetail
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<CrlDetail.Builder,CrlDetail>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CrlDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdAt
public final Instant createdAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
- Returns:
- The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
-
crlArn
public final String crlArn()
The ARN of the certificate revocation list (CRL).
- Returns:
- The ARN of the certificate revocation list (CRL).
-
crlData
public final SdkBytes crlData()
The state of the certificate revocation list (CRL) after a read or write operation.
- Returns:
- The state of the certificate revocation list (CRL) after a read or write operation.
-
crlId
public final String crlId()
The unique identifier of the certificate revocation list (CRL).
- Returns:
- The unique identifier of the certificate revocation list (CRL).
-
enabled
public final Boolean enabled()
Indicates whether the certificate revocation list (CRL) is enabled.
- Returns:
- Indicates whether the certificate revocation list (CRL) is enabled.
-
name
public final String name()
The name of the certificate revocation list (CRL).
- Returns:
- The name of the certificate revocation list (CRL).
-
trustAnchorArn
public final String trustAnchorArn()
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- Returns:
- The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
-
updatedAt
public final Instant updatedAt()
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
- Returns:
- The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
-
toBuilder
public CrlDetail.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<CrlDetail.Builder,CrlDetail>
-
builder
public static CrlDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends CrlDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-