Class ListPrincipalThingsResult

    • Constructor Detail

      • ListPrincipalThingsResult

        public ListPrincipalThingsResult()
    • Method Detail

      • getThings

        public List<String> getThings()

        The things.

        Returns:
        The things.
      • setThings

        public void setThings​(Collection<String> things)

        The things.

        Parameters:
        things - The things.
      • withThings

        public ListPrincipalThingsResult withThings​(Collection<String> things)

        The things.

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

        public void setNextToken​(String nextToken)

        A token used to retrieve the next value.

        Parameters:
        nextToken - A token used to retrieve the next value.
      • getNextToken

        public String getNextToken()

        A token used to retrieve the next value.

        Returns:
        A token used to retrieve the next value.
      • withNextToken

        public ListPrincipalThingsResult withNextToken​(String nextToken)

        A token used to retrieve the next value.

        Parameters:
        nextToken - A token used to retrieve the next value.
        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