Class ListSessionsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to be included in the next page.

        Returns:
        The maximum number of results to be included in the next page.
      • nextToken

        public final String nextToken()

        The pagination token used to retrieve the next page of results for this operation.

        Returns:
        The pagination token used to retrieve the next page of results for this operation.
      • portalId

        public final String portalId()

        The ID of the web portal for the sessions.

        Returns:
        The ID of the web portal for the sessions.
      • sessionId

        public final String sessionId()

        The ID of the session.

        Returns:
        The ID of the session.
      • sortBy

        public final SessionSortBy sortBy()

        The method in which the returned sessions should be sorted.

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

        Returns:
        The method in which the returned sessions should be sorted.
        See Also:
        SessionSortBy
      • sortByAsString

        public final String sortByAsString()

        The method in which the returned sessions should be sorted.

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

        Returns:
        The method in which the returned sessions should be sorted.
        See Also:
        SessionSortBy
      • statusAsString

        public final String statusAsString()

        The status of the session.

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

        Returns:
        The status of the session.
        See Also:
        SessionStatus
      • username

        public final String username()

        The username of the session.

        Returns:
        The username of the session.
      • 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