java.lang.Object
software.amazon.awssdk.services.applicationinsights.model.ApplicationInfo
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>

@Generated("software.amazon.awssdk:codegen") public final class ApplicationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>

Describes the status of the application.

See Also:
  • Method Details

    • accountId

      public final String accountId()

      The AWS account ID for the owner of the application.

      Returns:
      The AWS account ID for the owner of the application.
    • resourceGroupName

      public final String resourceGroupName()

      The name of the resource group used for the application.

      Returns:
      The name of the resource group used for the application.
    • lifeCycle

      public final String lifeCycle()

      The lifecycle of the application.

      Returns:
      The lifecycle of the application.
    • opsItemSNSTopicArn

      public final String opsItemSNSTopicArn()

      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.

      Returns:
      The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
    • opsCenterEnabled

      public final Boolean opsCenterEnabled()

      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.

      Returns:
      Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
    • cweMonitorEnabled

      public final Boolean cweMonitorEnabled()

      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.

      Returns:
      Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
    • remarks

      public final String remarks()

      The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

      • “Configuring application, detected 1 Errors, 3 Warnings”

      • “Configuring application, detected 1 Unconfigured Components”

      Returns:
      The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:

      • “Configuring application, detected 1 Errors, 3 Warnings”

      • “Configuring application, detected 1 Unconfigured Components”

    • autoConfigEnabled

      public final Boolean autoConfigEnabled()

      Indicates whether auto-configuration is turned on for this application.

      Returns:
      Indicates whether auto-configuration is turned on for this application.
    • discoveryType

      public final DiscoveryType discoveryType()

      The method used by Application Insights to onboard your resources.

      If the service returns an enum value that is not available in the current SDK version, discoveryType will return DiscoveryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from discoveryTypeAsString().

      Returns:
      The method used by Application Insights to onboard your resources.
      See Also:
    • discoveryTypeAsString

      public final String discoveryTypeAsString()

      The method used by Application Insights to onboard your resources.

      If the service returns an enum value that is not available in the current SDK version, discoveryType will return DiscoveryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from discoveryTypeAsString().

      Returns:
      The method used by Application Insights to onboard your resources.
      See Also:
    • attachMissingPermission

      public final Boolean attachMissingPermission()

      If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.

      Returns:
      If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
    • toBuilder

      public ApplicationInfo.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
      Returns:
      a builder for type T
    • builder

      public static ApplicationInfo.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
    • hashCode

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

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.