Class GetAuthorizersResult

    • Constructor Detail

      • GetAuthorizersResult

        public GetAuthorizersResult()
    • Method Detail

      • setPosition

        public void setPosition​(String position)
        Parameters:
        position -
      • getPosition

        public String getPosition()
        Returns:
      • withPosition

        public GetAuthorizersResult withPosition​(String position)
        Parameters:
        position -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getItems

        public List<Authorizer> getItems()

        Gets the current list of Authorizer resources in the collection.

        Returns:
        Gets the current list of Authorizer resources in the collection.
      • setItems

        public void setItems​(Collection<Authorizer> items)

        Gets the current list of Authorizer resources in the collection.

        Parameters:
        items - Gets the current list of Authorizer resources in the collection.
      • withItems

        public GetAuthorizersResult withItems​(Collection<Authorizer> items)

        Gets the current list of Authorizer resources in the collection.

        Parameters:
        items - Gets the current list of Authorizer resources in the collection.
        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