@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchedLogStream extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.