Class SearchedLogStream
java.lang.Object
com.amazonaws.services.logs.model.SearchedLogStream
- All Implemented Interfaces:
Serializable
,Cloneable
An object indicating the search status of a log stream in a
FilterLogEvents
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the log stream.Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.int
hashCode()
Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.void
setLogStreamName
(String logStreamName) The name of the log stream.void
setSearchedCompletely
(Boolean searchedCompletely) Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.toString()
Returns a string representation of this object; useful for testing and debugging.withLogStreamName
(String logStreamName) The name of the log stream.withSearchedCompletely
(Boolean searchedCompletely) Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
-
Constructor Details
-
SearchedLogStream
public SearchedLogStream()
-
-
Method Details
-
setLogStreamName
The name of the log stream.
- Parameters:
logStreamName
- The name of the log stream.
-
getLogStreamName
The name of the log stream.
- Returns:
- The name of the log stream.
-
withLogStreamName
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
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-