Class SearchInsightsRequest

    • Method Detail

      • startTimeRange

        public final StartTimeRange startTimeRange()

        The start of the time range passed in. Returned insights occurred after this time.

        Returns:
        The start of the time range passed in. Returned insights occurred after this time.
      • filters

        public final SearchInsightsFilters filters()

        A SearchInsightsFilters object that is used to set the severity and status filters on your insight search.

        Returns:
        A SearchInsightsFilters object that is used to set the severity and status filters on your insight search.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

        Returns:
        The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
      • nextToken

        public final String nextToken()

        The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

        Returns:
        The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
      • type

        public final InsightType type()

        The type of insights you are searching for (REACTIVE or PROACTIVE).

        If the service returns an enum value that is not available in the current SDK version, type will return InsightType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of insights you are searching for (REACTIVE or PROACTIVE).
        See Also:
        InsightType
      • typeAsString

        public final String typeAsString()

        The type of insights you are searching for (REACTIVE or PROACTIVE).

        If the service returns an enum value that is not available in the current SDK version, type will return InsightType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of insights you are searching for (REACTIVE or PROACTIVE).
        See Also:
        InsightType
      • 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