@Generated(value="software.amazon.awssdk:codegen") public final class QueryStatisticsForDescribeQuery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryStatisticsForDescribeQuery.Builder,QueryStatisticsForDescribeQuery>
Gets metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryStatisticsForDescribeQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryStatisticsForDescribeQuery.Builder |
builder() |
Long |
bytesScanned()
The total bytes that the query scanned in the event data store.
|
Instant |
creationTime()
The creation time of the query.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
eventsMatched()
The number of events that matched a query.
|
Long |
eventsScanned()
The number of events that the query scanned in the event data store.
|
Integer |
executionTimeInMillis()
The query's run time, in milliseconds.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryStatisticsForDescribeQuery.Builder> |
serializableBuilderClass() |
QueryStatisticsForDescribeQuery.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long eventsMatched()
The number of events that matched a query.
public final Long eventsScanned()
The number of events that the query scanned in the event data store.
public final Long bytesScanned()
The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.
public final Integer executionTimeInMillis()
The query's run time, in milliseconds.
public final Instant creationTime()
The creation time of the query.
public QueryStatisticsForDescribeQuery.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryStatisticsForDescribeQuery.Builder,QueryStatisticsForDescribeQuery>public static QueryStatisticsForDescribeQuery.Builder builder()
public static Class<? extends QueryStatisticsForDescribeQuery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.