public class SearchedLogStream extends Object implements Serializable, Cloneable
An object indicating the search status of a log stream in a FilterLogEvents
request.
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 or more data exists to search by paginating
further.
|
int |
hashCode() |
Boolean |
isSearchedCompletely()
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.
|
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 or more data exists to search by paginating
further.
|
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 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 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(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 Boolean isSearchedCompletely()
Indicates whether all the events in this log stream were searched or more data exists to search by paginating further.
public String toString()
toString
in class Object
Object.toString()
public SearchedLogStream clone()
Copyright © 2016. All rights reserved.