@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)
Marshalls this structured data using the given
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; 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.