@Generated(value="software.amazon.awssdk:codegen") public final class RunStatisticsForAssets extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RunStatisticsForAssets.Builder,RunStatisticsForAssets>
The asset statistics from the data source run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RunStatisticsForAssets.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
added()
The
added statistic for the data source run. |
static RunStatisticsForAssets.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failed()
The
failed statistic for the data source run. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RunStatisticsForAssets.Builder> |
serializableBuilderClass() |
Integer |
skipped()
The
skipped statistic for the data source run. |
RunStatisticsForAssets.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
unchanged()
The
unchanged statistic for the data source run. |
Integer |
updated()
The
updated statistic for the data source run. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer added()
The added statistic for the data source run.
added statistic for the data source run.public final Integer failed()
The failed statistic for the data source run.
failed statistic for the data source run.public final Integer skipped()
The skipped statistic for the data source run.
skipped statistic for the data source run.public final Integer unchanged()
The unchanged statistic for the data source run.
unchanged statistic for the data source run.public final Integer updated()
The updated statistic for the data source run.
updated statistic for the data source run.public RunStatisticsForAssets.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RunStatisticsForAssets.Builder,RunStatisticsForAssets>public static RunStatisticsForAssets.Builder builder()
public static Class<? extends RunStatisticsForAssets.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.