Class ListReceiptRuleSetsRequest

    • Constructor Detail

      • ListReceiptRuleSetsRequest

        public ListReceiptRuleSetsRequest()
    • Method Detail

      • setNextToken

        public void setNextToken​(String nextToken)

        A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

        Parameters:
        nextToken - A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.
      • getNextToken

        public String getNextToken()

        A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

        Returns:
        A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.
      • withNextToken

        public ListReceiptRuleSetsRequest withNextToken​(String nextToken)

        A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

        Parameters:
        nextToken - A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.
        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