Class GetTopicRuleResult

    • Constructor Detail

      • GetTopicRuleResult

        public GetTopicRuleResult()
    • Method Detail

      • setRuleArn

        public void setRuleArn​(String ruleArn)

        The rule ARN.

        Parameters:
        ruleArn - The rule ARN.
      • getRuleArn

        public String getRuleArn()

        The rule ARN.

        Returns:
        The rule ARN.
      • withRuleArn

        public GetTopicRuleResult withRuleArn​(String ruleArn)

        The rule ARN.

        Parameters:
        ruleArn - The rule ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRule

        public void setRule​(TopicRule rule)

        The rule.

        Parameters:
        rule - The rule.
      • getRule

        public TopicRule getRule()

        The rule.

        Returns:
        The rule.
      • withRule

        public GetTopicRuleResult withRule​(TopicRule rule)

        The rule.

        Parameters:
        rule - The rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object