Class ListMetricSetsRequest

    • Method Detail

      • anomalyDetectorArn

        public final String anomalyDetectorArn()

        The ARN of the anomaly detector containing the metrics sets to list.

        Returns:
        The ARN of the anomaly detector containing the metrics sets to list.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return.

        Returns:
        The maximum number of results to return.
      • nextToken

        public final String nextToken()

        If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

        Returns:
        If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
      • 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