Class ListHostsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

        Returns:
        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
      • nextToken

        public final String nextToken()

        The token that was returned from the previous ListHosts call, which can be used to return the next set of hosts in the list.

        Returns:
        The token that was returned from the previous ListHosts call, which can be used to return the next set of hosts in the list.
      • 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