Class ListFindingsMetricsRequest

    • Method Detail

      • endDate

        public final Instant endDate()

        The end date of the interval which you want to retrieve metrics from.

        Returns:
        The end date of the interval which you want to retrieve metrics from.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response. Use this parameter when paginating results. If additional results exist beyond the number you specify, the nextToken element is returned in the response. Use nextToken in a subsequent request to retrieve additional results.

        Returns:
        The maximum number of results to return in the response. Use this parameter when paginating results. If additional results exist beyond the number you specify, the nextToken element is returned in the response. Use nextToken in a subsequent request to retrieve additional results.
      • nextToken

        public final String nextToken()

        A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.

        Returns:
        A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
      • startDate

        public final Instant startDate()

        The start date of the interval which you want to retrieve metrics from.

        Returns:
        The start date of the interval which you want to retrieve metrics from.
      • 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