Class ListServersRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        Specifies the number of servers to return as a response to the ListServers query.

        Returns:
        Specifies the number of servers to return as a response to the ListServers query.
      • nextToken

        public final String nextToken()

        When additional results are obtained from the ListServers command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional servers.

        Returns:
        When additional results are obtained from the ListServers command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional servers.
      • 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