Class ListEventLogsRequest

    • Method Detail

      • spaceName

        public final String spaceName()

        The name of the space.

        Returns:
        The name of the space.
      • startTime

        public final Instant startTime()

        The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Returns:
        The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
      • endTime

        public final Instant endTime()

        The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Returns:
        The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
      • eventName

        public final String eventName()

        The name of the event.

        Returns:
        The name of the event.
      • nextToken

        public final String nextToken()

        A token returned from a call to this API to indicate the next batch of results to return, if any.

        Returns:
        A token returned from a call to this API to indicate the next batch of results to return, if any.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

        Returns:
        The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.
      • 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