Class GroupSummary

    • Method Detail

      • groupName

        public final String groupName()

        The unique case-sensitive name of the group.

        Returns:
        The unique case-sensitive name of the group.
      • groupARN

        public final String groupARN()

        The ARN of the group generated based on the GroupName.

        Returns:
        The ARN of the group generated based on the GroupName.
      • filterExpression

        public final String filterExpression()

        The filter expression defining the parameters to include traces.

        Returns:
        The filter expression defining the parameters to include traces.
      • insightsConfiguration

        public final InsightsConfiguration insightsConfiguration()

        The structure containing configurations related to insights.

        • The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.

        • The NotificationsEnabled boolean can be set to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.

        Returns:
        The structure containing configurations related to insights.

        • The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.

        • The NotificationsEnabled boolean can be set to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.

      • 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)