Class ListMonitorsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The token for the next page of results.

        Returns:
        The token for the next page of results.
      • maxResults

        public final Integer maxResults()

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

        If MaxResults is given a value larger than 100, only 100 results are returned.

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

        If MaxResults is given a value larger than 100, only 100 results are returned.

      • state

        public final String state()

        The list of all monitors and their states.

        Returns:
        The list of all monitors and their states.
      • 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