Class ProactiveInsight

    • Method Detail

      • id

        public final String id()

        The ID of the proactive insight.

        Returns:
        The ID of the proactive insight.
      • name

        public final String name()

        The name of the proactive insight.

        Returns:
        The name of the proactive insight.
      • insightTimeRange

        public final InsightTimeRange insightTimeRange()
        Returns the value of the InsightTimeRange property for this object.
        Returns:
        The value of the InsightTimeRange property for this object.
      • predictionTimeRange

        public final PredictionTimeRange predictionTimeRange()
        Returns the value of the PredictionTimeRange property for this object.
        Returns:
        The value of the PredictionTimeRange property for this object.
      • resourceCollection

        public final ResourceCollection resourceCollection()
        Returns the value of the ResourceCollection property for this object.
        Returns:
        The value of the ResourceCollection property for this object.
      • ssmOpsItemId

        public final String ssmOpsItemId()

        The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

        Returns:
        The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
      • description

        public final String description()

        Describes the proactive insight.

        Returns:
        Describes the proactive insight.
      • 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)