Class CreateTopicRuleRequest

    • Method Detail

      • ruleName

        public final String ruleName()

        The name of the rule.

        Returns:
        The name of the rule.
      • topicRulePayload

        public final TopicRulePayload topicRulePayload()

        The rule payload.

        Returns:
        The rule payload.
      • tags

        public final String tags()

        Metadata which can be used to manage the topic rule.

        For URI Request parameters use format: ...key1=value1&key2=value2...

        For the CLI command-line parameter use format: --tags "key1=value1&key2=value2..."

        For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

        Returns:
        Metadata which can be used to manage the topic rule.

        For URI Request parameters use format: ...key1=value1&key2=value2...

        For the CLI command-line parameter use format: --tags "key1=value1&key2=value2..."

        For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

      • 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