public class SearchedLogStream extends Object implements Serializable, Cloneable
Represents the search status of a log stream.
Constructor and Description |
---|
SearchedLogStream() |
Modifier and Type | Method and Description |
---|---|
SearchedLogStream |
clone() |
boolean |
equals(Object obj) |
String |
getLogStreamName()
The name of the log stream.
|
Boolean |
getSearchedCompletely()
Indicates whether all the events in this log stream were searched.
|
int |
hashCode() |
Boolean |
isSearchedCompletely()
Indicates whether all the events in this log stream were searched.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SearchedLogStream |
withLogStreamName(String logStreamName)
The name of the log stream.
|
SearchedLogStream |
withSearchedCompletely(Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched.
|
public void setLogStreamName(String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.public String getLogStreamName()
The name of the log stream.
public SearchedLogStream withLogStreamName(String logStreamName)
The name of the log stream.
logStreamName
- The name of the log stream.public void setSearchedCompletely(Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched.
searchedCompletely
- Indicates whether all the events in this log stream were searched.public Boolean getSearchedCompletely()
Indicates whether all the events in this log stream were searched.
public SearchedLogStream withSearchedCompletely(Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched.
searchedCompletely
- Indicates whether all the events in this log stream were searched.public Boolean isSearchedCompletely()
Indicates whether all the events in this log stream were searched.
public String toString()
toString
in class Object
Object.toString()
public SearchedLogStream clone()
Copyright © 2016. All rights reserved.