Class ListLunaClientsResult

    • Constructor Detail

      • ListLunaClientsResult

        public ListLunaClientsResult()
    • Method Detail

      • getClientList

        public List<String> getClientList()

        The list of clients.

        Returns:
        The list of clients.
      • setClientList

        public void setClientList​(Collection<String> clientList)

        The list of clients.

        Parameters:
        clientList - The list of clients.
      • withClientList

        public ListLunaClientsResult withClientList​(Collection<String> clientList)

        The list of clients.

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

        public void setNextToken​(String nextToken)

        If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.

        Parameters:
        nextToken - If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
      • getNextToken

        public String getNextToken()

        If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.

        Returns:
        If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
      • withNextToken

        public ListLunaClientsResult withNextToken​(String nextToken)

        If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.

        Parameters:
        nextToken - If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
        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