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 interfaceCrlDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CrlDetail.Builderbuilder()InstantcreatedAt()The ISO-8601 timestamp when the certificate revocation list (CRL) was created.StringcrlArn()The ARN of the certificate revocation list (CRL).SdkBytescrlData()The state of the certificate revocation list (CRL) after a read or write operation.StringcrlId()The unique identifier of the certificate revocation list (CRL).Booleanenabled()Indicates whether the certificate revocation list (CRL) is enabled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the certificate revocation list (CRL).List<SdkField<?>>sdkFields()static Class<? extends CrlDetail.Builder>serializableBuilderClass()CrlDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrustAnchorArn()The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.InstantupdatedAt()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-