@Generated(value="software.amazon.awssdk:codegen") public final class ImportStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportStatistics.Builder,ImportStatistics>
Provides statistics for the specified ImportID.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
eventsCompleted()
The number of trail events imported.
|
Long |
failedEntries()
The number of failed entries.
|
Long |
filesCompleted()
The number of files that completed import.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
prefixesCompleted()
The number of S3 prefixes that completed import.
|
Long |
prefixesFound()
The number of S3 prefixes found for the import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportStatistics.Builder> |
serializableBuilderClass() |
ImportStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long prefixesFound()
The number of S3 prefixes found for the import.
public final Long prefixesCompleted()
The number of S3 prefixes that completed import.
public final Long filesCompleted()
The number of files that completed import.
public final Long eventsCompleted()
The number of trail events imported.
public final Long failedEntries()
The number of failed entries.
public ImportStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportStatistics.Builder,ImportStatistics>public static ImportStatistics.Builder builder()
public static Class<? extends ImportStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.