Class GetInsightImpactGraphRequest

    • Method Detail

      • insightId

        public final String insightId()

        The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

        Returns:
        The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
      • startTime

        public final Instant startTime()

        The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.

        Returns:
        The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.
      • endTime

        public final Instant endTime()

        The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.

        Returns:
        The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.
      • nextToken

        public final String nextToken()

        Specify the pagination token returned by a previous request to retrieve the next page of results.

        Returns:
        Specify the pagination token returned by a previous request to retrieve the next page 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