Class GetCanaryRunsRequest

    • Method Detail

      • name

        public final String name()

        The name of the canary that you want to see runs for.

        Returns:
        The name of the canary that you want to see runs for.
      • nextToken

        public final String nextToken()

        A token that indicates that there is more data available. You can use this token in a subsequent GetCanaryRuns operation to retrieve the next set of results.

        Returns:
        A token that indicates that there is more data available. You can use this token in a subsequent GetCanaryRuns operation to retrieve the next set of results.
      • maxResults

        public final Integer maxResults()

        Specify this parameter to limit how many runs are returned each time you use the GetCanaryRuns operation. If you omit this parameter, the default of 100 is used.

        Returns:
        Specify this parameter to limit how many runs are returned each time you use the GetCanaryRuns operation. If you omit this parameter, the default of 100 is used.
      • 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