Class DateFilter

    • Method Detail

      • start

        public final String start()

        A timestamp that provides the start date for the date filter.

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

        Returns:
        A timestamp that provides the start date for the date filter.

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

      • end

        public final String end()

        A timestamp that provides the end date for the date filter.

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

        Returns:
        A timestamp that provides the end date for the date filter.

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

      • dateRange

        public final DateRange dateRange()

        A date range for the date filter.

        Returns:
        A date range for the date filter.
      • 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)