Class ListClustersRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of elastic cluster snapshot results to receive in the response.

        Returns:
        The maximum number of elastic cluster snapshot results to receive in the response.
      • nextToken

        public final String nextToken()

        A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

        If there is no more data in the responce, the nextToken will not be returned.

        Returns:
        A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

        If there is no more data in the responce, the nextToken will not be returned.

      • 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