public class SearchedLogStream
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
An object indicating the search status of a log stream in a
FilterLogEvents
request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
logStreamName
The name of the log stream.
|
private java.lang.Boolean |
searchedCompletely
Indicates whether all the events in this log stream were searched or more
data exists to search by paginating further.
|
Constructor and Description |
---|
SearchedLogStream() |
Modifier and Type | Method and Description |
---|---|
SearchedLogStream |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLogStreamName()
The name of the log stream.
|
java.lang.Boolean |
getSearchedCompletely()
Indicates whether all the events in this log stream were searched or more
data exists to search by paginating further.
|
int |
hashCode() |
java.lang.Boolean |
isSearchedCompletely()
Indicates whether all the events in this log stream were searched or more
data exists to search by paginating further.
|
void |
setLogStreamName(java.lang.String logStreamName)
The name of the log stream.
|
void |
setSearchedCompletely(java.lang.Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched or more
data exists to search by paginating further.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchedLogStream |
withLogStreamName(java.lang.String logStreamName)
The name of the log stream.
|
SearchedLogStream |
withSearchedCompletely(java.lang.Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched or more
data exists to search by paginating further.
|
private java.lang.String logStreamName
The name of the log stream.
private java.lang.Boolean searchedCompletely
Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
public void setLogStreamName(java.lang.String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.public java.lang.String getLogStreamName()
The name of the log stream.
public SearchedLogStream withLogStreamName(java.lang.String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.public void setSearchedCompletely(java.lang.Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
searchedCompletely
- Indicates whether all the events in this log stream were searched
or more data exists to search by paginating further.public java.lang.Boolean getSearchedCompletely()
Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
public SearchedLogStream withSearchedCompletely(java.lang.Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
searchedCompletely
- Indicates whether all the events in this log stream were searched
or more data exists to search by paginating further.public java.lang.Boolean isSearchedCompletely()
Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SearchedLogStream clone()
clone
in class java.lang.Object