Class CrlDetail

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)