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 String getLogStreamName()
Constraints:
Length: 1 - 512
Pattern: [^:*]*
public void setLogStreamName(String logStreamName)
Constraints:
Length: 1 - 512
Pattern: [^:*]*
logStreamName
- The name of the log stream.public SearchedLogStream withLogStreamName(String logStreamName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
logStreamName
- The name of the log stream.public Boolean isSearchedCompletely()
public void setSearchedCompletely(Boolean searchedCompletely)
searchedCompletely
- 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)
Returns a reference to this object so that method calls can be chained together.
searchedCompletely
- Indicates whether all the events in this log stream were searched or
more data exists to search by paginating further.public Boolean getSearchedCompletely()
public String toString()
toString
in class Object
Object.toString()
public SearchedLogStream clone()
Copyright © 2015. All rights reserved.