public class SearchedLogStream
extends java.lang.Object
implements java.io.Serializable
Represents the search status of a log stream.
Constructor and Description |
---|
SearchedLogStream() |
Modifier and Type | Method and Description |
---|---|
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.
|
int |
hashCode() |
java.lang.Boolean |
isSearchedCompletely()
Indicates whether all the events in this log stream were searched.
|
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.
|
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.
|
public java.lang.String getLogStreamName()
The name of the log stream.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
The name of the log stream.
public void setLogStreamName(java.lang.String logStreamName)
The name of the log stream.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
logStreamName
- The name of the log stream.
public SearchedLogStream withLogStreamName(java.lang.String logStreamName)
The name of the log stream.
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 java.lang.Boolean isSearchedCompletely()
Indicates whether all the events in this log stream were searched.
Indicates whether all the events in this log stream were searched.
public java.lang.Boolean getSearchedCompletely()
Indicates whether all the events in this log stream were searched.
Indicates whether all the events in this log stream were searched.
public void setSearchedCompletely(java.lang.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 SearchedLogStream withSearchedCompletely(java.lang.Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched.
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.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.