Class ListRuleNamesByTargetResult

    • Constructor Detail

      • ListRuleNamesByTargetResult

        public ListRuleNamesByTargetResult()
    • Method Detail

      • getRuleNames

        public List<String> getRuleNames()

        List of rules names that can invoke the given target.

        Returns:
        List of rules names that can invoke the given target.
      • setRuleNames

        public void setRuleNames​(Collection<String> ruleNames)

        List of rules names that can invoke the given target.

        Parameters:
        ruleNames - List of rules names that can invoke the given target.
      • withRuleNames

        public ListRuleNamesByTargetResult withRuleNames​(Collection<String> ruleNames)

        List of rules names that can invoke the given target.

        Parameters:
        ruleNames - List of rules names that can invoke the given target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        Indicates that there are additional results to retrieve.

        Parameters:
        nextToken - Indicates that there are additional results to retrieve.
      • getNextToken

        public String getNextToken()

        Indicates that there are additional results to retrieve.

        Returns:
        Indicates that there are additional results to retrieve.
      • withNextToken

        public ListRuleNamesByTargetResult withNextToken​(String nextToken)

        Indicates that there are additional results to retrieve.

        Parameters:
        nextToken - Indicates that there are additional results to retrieve.
        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