Class VersionToPublish

    • Method Detail

      • associatedRuleGroupArn

        public final String associatedRuleGroupArn()

        The Amazon Resource Name (ARN) of the vendor's rule group that's used in the published managed rule group version.

        Returns:
        The Amazon Resource Name (ARN) of the vendor's rule group that's used in the published managed rule group version.
      • forecastedLifetime

        public final Integer forecastedLifetime()

        The amount of time the vendor expects this version of the managed rule group to last, in days.

        Returns:
        The amount of time the vendor expects this version of the managed rule group to last, in days.
      • 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)