Class ThreatIntelIndicator

    • Method Detail

      • value

        public final String value()

        The value of a threat intelligence indicator.

        Length Constraints: Minimum of 1 length. Maximum of 512 length.

        Returns:
        The value of a threat intelligence indicator.

        Length Constraints: Minimum of 1 length. Maximum of 512 length.

      • lastObservedAt

        public final String lastObservedAt()

        Indicates when the most recent instance of a threat intelligence indicator was observed.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Returns:
        Indicates when the most recent instance of a threat intelligence indicator was observed.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

      • source

        public final String source()

        The source of the threat intelligence indicator.

        Length Constraints: Minimum of 1 length. Maximum of 64 length.

        Returns:
        The source of the threat intelligence indicator.

        Length Constraints: Minimum of 1 length. Maximum of 64 length.

      • sourceUrl

        public final String sourceUrl()

        The URL to the page or site where you can get more information about the threat intelligence indicator.

        Returns:
        The URL to the page or site where you can get more information about the threat intelligence indicator.
      • 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)