Class LiveTailSessionLogEvent

    • Method Detail

      • logStreamName

        public final String logStreamName()

        The name of the log stream that ingested this log event.

        Returns:
        The name of the log stream that ingested this log event.
      • logGroupIdentifier

        public final String logGroupIdentifier()

        The name or ARN of the log group that ingested this log event.

        Returns:
        The name or ARN of the log group that ingested this log event.
      • message

        public final String message()

        The log event message text.

        Returns:
        The log event message text.
      • timestamp

        public final Long timestamp()

        The timestamp specifying when this log event was created.

        Returns:
        The timestamp specifying when this log event was created.
      • ingestionTime

        public final Long ingestionTime()

        The timestamp specifying when this log event was ingested into the log group.

        Returns:
        The timestamp specifying when this log event was ingested into the log group.
      • 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)