Class ReactiveInsight

    • Method Detail

      • id

        public final String id()

        The ID of a reactive insight.

        Returns:
        The ID of a reactive insight.
      • name

        public final String name()

        The name of a reactive insight.

        Returns:
        The name of a reactive 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.
      • 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 reactive insight.

        Returns:
        Describes the reactive 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)