Class RunStatisticsForAssets
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.RunStatisticsForAssets
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RunStatisticsForAssets.Builder,RunStatisticsForAssets>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRunStatisticsForAssets.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integeradded()Theaddedstatistic for the data source run.static RunStatisticsForAssets.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Integerfailed()Thefailedstatistic for the data source run.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RunStatisticsForAssets.Builder>serializableBuilderClass()Integerskipped()Theskippedstatistic for the data source run.RunStatisticsForAssets.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integerunchanged()Theunchangedstatistic for the data source run.Integerupdated()Theupdatedstatistic for the data source run.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
added
public final Integer added()
The
addedstatistic for the data source run.- Returns:
- The
addedstatistic for the data source run.
-
failed
public final Integer failed()
The
failedstatistic for the data source run.- Returns:
- The
failedstatistic for the data source run.
-
skipped
public final Integer skipped()
The
skippedstatistic for the data source run.- Returns:
- The
skippedstatistic for the data source run.
-
unchanged
public final Integer unchanged()
The
unchangedstatistic for the data source run.- Returns:
- The
unchangedstatistic for the data source run.
-
updated
public final Integer updated()
The
updatedstatistic for the data source run.- Returns:
- The
updatedstatistic for the data source run.
-
toBuilder
public RunStatisticsForAssets.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RunStatisticsForAssets.Builder,RunStatisticsForAssets>
-
builder
public static RunStatisticsForAssets.Builder builder()
-
serializableBuilderClass
public static Class<? extends RunStatisticsForAssets.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-