Class SearchedLogStream

    • Constructor Detail

      • SearchedLogStream

        public SearchedLogStream()
    • Method Detail

      • setLogStreamName

        public void setLogStreamName​(String logStreamName)

        The name of the log stream.

        Parameters:
        logStreamName - The name of the log stream.
      • getLogStreamName

        public String getLogStreamName()

        The name of the log stream.

        Returns:
        The name of the log stream.
      • withLogStreamName

        public SearchedLogStream withLogStreamName​(String logStreamName)

        The name of the log stream.

        Parameters:
        logStreamName - The name of the log stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSearchedCompletely

        public void setSearchedCompletely​(Boolean searchedCompletely)

        Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.

        Parameters:
        searchedCompletely - Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
      • getSearchedCompletely

        public Boolean getSearchedCompletely()

        Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.

        Returns:
        Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
      • withSearchedCompletely

        public SearchedLogStream withSearchedCompletely​(Boolean searchedCompletely)

        Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.

        Parameters:
        searchedCompletely - Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSearchedCompletely

        public Boolean isSearchedCompletely()

        Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.

        Returns:
        Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object