Class TopicRuleListItem

    • Method Detail

      • ruleArn

        public final String ruleArn()

        The rule ARN.

        Returns:
        The rule ARN.
      • ruleName

        public final String ruleName()

        The name of the rule.

        Returns:
        The name of the rule.
      • topicPattern

        public final String topicPattern()

        The pattern for the topic names that apply.

        Returns:
        The pattern for the topic names that apply.
      • createdAt

        public final Instant createdAt()

        The date and time the rule was created.

        Returns:
        The date and time the rule was created.
      • ruleDisabled

        public final Boolean ruleDisabled()

        Specifies whether the rule is disabled.

        Returns:
        Specifies whether the rule is disabled.
      • 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)