Class ListInternetEventsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The token for the next set of results. You receive this token from a previous call.

        Returns:
        The token for the next set of results. You receive this token from a previous call.
      • maxResults

        public final Integer maxResults()

        The number of query results that you want to return with this call.

        Returns:
        The number of query results that you want to return with this call.
      • startTime

        public final Instant startTime()

        The start time of the time window that you want to get a list of internet events for.

        Returns:
        The start time of the time window that you want to get a list of internet events for.
      • endTime

        public final Instant endTime()

        The end time of the time window that you want to get a list of internet events for.

        Returns:
        The end time of the time window that you want to get a list of internet events for.
      • eventStatus

        public final String eventStatus()

        The status of an internet event.

        Returns:
        The status of an internet event.
      • eventType

        public final String eventType()

        The type of network impairment.

        Returns:
        The type of network impairment.
      • 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