Class ListUsersRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        Specifies the number of users to return as a response to the ListUsers request.

        Returns:
        Specifies the number of users to return as a response to the ListUsers request.
      • nextToken

        public final String nextToken()

        If there are additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass the NextToken to a subsequent ListUsers command, to continue listing additional users.

        Returns:
        If there are additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass the NextToken to a subsequent ListUsers command, to continue listing additional users.
      • serverId

        public final String serverId()

        A system-assigned unique identifier for a server that has users assigned to it.

        Returns:
        A system-assigned unique identifier for a server that has users assigned to it.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object