Class InternetEventSummary

    • Method Detail

      • eventId

        public final String eventId()

        The internally-generated identifier of an internet event.

        Returns:
        The internally-generated identifier of an internet event.
      • eventArn

        public final String eventArn()

        The Amazon Resource Name (ARN) of the internet event.

        Returns:
        The Amazon Resource Name (ARN) of the internet event.
      • startedAt

        public final Instant startedAt()

        The time when an internet event started.

        Returns:
        The time when an internet event started.
      • endedAt

        public final Instant endedAt()

        The time when an internet event ended. If the event hasn't ended yet, this value is empty.

        Returns:
        The time when an internet event ended. If the event hasn't ended yet, this value is empty.
      • clientLocation

        public final ClientLocation clientLocation()

        The impacted location, such as a city, that Amazon Web Services clients access application resources from.

        Returns:
        The impacted location, such as a city, that Amazon Web Services clients access application resources from.
      • 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)