@Generated(value="software.amazon.awssdk:codegen") public final class SearchedLogStream extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchedLogStream.Builder,SearchedLogStream>
Represents the search status of a log stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchedLogStream.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchedLogStream.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logStreamName()
The name of the log stream.
|
List<SdkField<?>> |
sdkFields() |
Boolean |
searchedCompletely()
Indicates whether all the events in this log stream were searched.
|
static Class<? extends SearchedLogStream.Builder> |
serializableBuilderClass() |
SearchedLogStream.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logStreamName()
The name of the log stream.
public final Boolean searchedCompletely()
Indicates whether all the events in this log stream were searched.
public SearchedLogStream.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchedLogStream.Builder,SearchedLogStream>public static SearchedLogStream.Builder builder()
public static Class<? extends SearchedLogStream.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.