Class ListEventPredictionsRequest

    • Method Detail

      • eventId

        public final FilterCondition eventId()

        The event ID.

        Returns:
        The event ID.
      • eventType

        public final FilterCondition eventType()

        The event type associated with the detector.

        Returns:
        The event type associated with the detector.
      • detectorId

        public final FilterCondition detectorId()

        The detector ID.

        Returns:
        The detector ID.
      • detectorVersionId

        public final FilterCondition detectorVersionId()

        The detector version ID.

        Returns:
        The detector version ID.
      • predictionTimeRange

        public final PredictionTimeRange predictionTimeRange()

        The time period for when the predictions were generated.

        Returns:
        The time period for when the predictions were generated.
      • nextToken

        public final String nextToken()

        Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

        Returns:
        Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
      • maxResults

        public final Integer maxResults()

        The maximum number of predictions to return for the request.

        Returns:
        The maximum number of predictions to return for the request.
      • 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