Class ImportStatistics
java.lang.Object
software.amazon.awssdk.services.cloudtrail.model.ImportStatistics
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ImportStatistics.Builder,
ImportStatistics>
@Generated("software.amazon.awssdk:codegen")
public final class ImportStatistics
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ImportStatistics.Builder,ImportStatistics>
Provides statistics for the specified ImportID
. CloudTrail does not update import statistics in
real-time. Returned values for parameters such as EventsCompleted
may be lower than the actual value,
because CloudTrail updates statistics incrementally over the course of the import.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImportStatistics.Builder
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Long
The number of trail events imported into the event data store.final Long
The number of failed entries.final Long
The number of log files that completed import.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Long
The number of S3 prefixes that completed import.final Long
The number of S3 prefixes found for the import.static Class
<? extends ImportStatistics.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
prefixesFound
The number of S3 prefixes found for the import.
- Returns:
- The number of S3 prefixes found for the import.
-
prefixesCompleted
The number of S3 prefixes that completed import.
- Returns:
- The number of S3 prefixes that completed import.
-
filesCompleted
The number of log files that completed import.
- Returns:
- The number of log files that completed import.
-
eventsCompleted
The number of trail events imported into the event data store.
- Returns:
- The number of trail events imported into the event data store.
-
failedEntries
The number of failed entries.
- Returns:
- The number of failed entries.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ImportStatistics.Builder,
ImportStatistics> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-