Class ListMetricValuesRequest

    • Method Detail

      • thingName

        public final String thingName()

        The name of the thing for which security profile metric values are returned.

        Returns:
        The name of the thing for which security profile metric values are returned.
      • metricName

        public final String metricName()

        The name of the security profile metric for which values are returned.

        Returns:
        The name of the security profile metric for which values are returned.
      • dimensionName

        public final String dimensionName()

        The dimension name.

        Returns:
        The dimension name.
      • startTime

        public final Instant startTime()

        The start of the time period for which metric values are returned.

        Returns:
        The start of the time period for which metric values are returned.
      • endTime

        public final Instant endTime()

        The end of the time period for which metric values are returned.

        Returns:
        The end of the time period for which metric values are returned.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return at one time.

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

        public final String nextToken()

        The token for the next set of results.

        Returns:
        The token for the next set of results.
      • 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