Class LogAnomalyClass

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

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

Information about an anomalous log event found within a log group.

See Also:
  • Method Details

    • logStreamName

      public final String logStreamName()

      The name of the Amazon CloudWatch log stream that the anomalous log event belongs to. A log stream is a sequence of log events that share the same source.

      Returns:
      The name of the Amazon CloudWatch log stream that the anomalous log event belongs to. A log stream is a sequence of log events that share the same source.
    • logAnomalyType

      public final LogAnomalyType logAnomalyType()

      The type of log anomaly that has been detected.

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

      Returns:
      The type of log anomaly that has been detected.
      See Also:
    • logAnomalyTypeAsString

      public final String logAnomalyTypeAsString()

      The type of log anomaly that has been detected.

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

      Returns:
      The type of log anomaly that has been detected.
      See Also:
    • logAnomalyToken

      public final String logAnomalyToken()

      The token where the anomaly was detected. This may refer to an exception or another location, or it may be blank for log anomalies such as format anomalies.

      Returns:
      The token where the anomaly was detected. This may refer to an exception or another location, or it may be blank for log anomalies such as format anomalies.
    • logEventId

      public final String logEventId()

      The ID of the log event.

      Returns:
      The ID of the log event.
    • explanation

      public final String explanation()

      The explanation for why the log event is considered an anomaly.

      Returns:
      The explanation for why the log event is considered an anomaly.
    • numberOfLogLinesOccurrences

      public final Integer numberOfLogLinesOccurrences()

      The number of log lines where this anomalous log event occurs.

      Returns:
      The number of log lines where this anomalous log event occurs.
    • logEventTimestamp

      public final Instant logEventTimestamp()

      The time of the first occurrence of the anomalous log event.

      Returns:
      The time of the first occurrence of the anomalous log event.
    • toBuilder

      public LogAnomalyClass.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<LogAnomalyClass.Builder,LogAnomalyClass>
      Returns:
      a builder for type T
    • builder

      public static LogAnomalyClass.Builder builder()
    • serializableBuilderClass

      public static Class<? extends LogAnomalyClass.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.