Class AnomalyMonitor

    • Method Detail

      • monitorArn

        public final String monitorArn()

        The Amazon Resource Name (ARN) value.

        Returns:
        The Amazon Resource Name (ARN) value.
      • monitorName

        public final String monitorName()

        The name of the monitor.

        Returns:
        The name of the monitor.
      • creationDate

        public final String creationDate()

        The date when the monitor was created.

        Returns:
        The date when the monitor was created.
      • lastUpdatedDate

        public final String lastUpdatedDate()

        The date when the monitor was last updated.

        Returns:
        The date when the monitor was last updated.
      • lastEvaluatedDate

        public final String lastEvaluatedDate()

        The date when the monitor last evaluated for anomalies.

        Returns:
        The date when the monitor last evaluated for anomalies.
      • monitorSpecification

        public final Expression monitorSpecification()
        Returns the value of the MonitorSpecification property for this object.
        Returns:
        The value of the MonitorSpecification property for this object.
      • dimensionalValueCount

        public final Integer dimensionalValueCount()

        The value for evaluated dimensions.

        Returns:
        The value for evaluated dimensions.
      • 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)