Class MonitoringAlertSummary

    • Method Detail

      • monitoringAlertName

        public final String monitoringAlertName()

        The name of a monitoring alert.

        Returns:
        The name of a monitoring alert.
      • creationTime

        public final Instant creationTime()

        A timestamp that indicates when a monitor alert was created.

        Returns:
        A timestamp that indicates when a monitor alert was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        A timestamp that indicates when a monitor alert was last updated.

        Returns:
        A timestamp that indicates when a monitor alert was last updated.
      • datapointsToAlert

        public final Integer datapointsToAlert()

        Within EvaluationPeriod, how many execution failures will raise an alert.

        Returns:
        Within EvaluationPeriod, how many execution failures will raise an alert.
      • evaluationPeriod

        public final Integer evaluationPeriod()

        The number of most recent monitoring executions to consider when evaluating alert status.

        Returns:
        The number of most recent monitoring executions to consider when evaluating alert status.
      • actions

        public final MonitoringAlertActions actions()

        A list of alert actions taken in response to an alert going into InAlert status.

        Returns:
        A list of alert actions taken in response to an alert going into InAlert status.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)