Class ReplicationTaskAssessmentRunResultStatistic
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.ReplicationTaskAssessmentRunResultStatistic
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationTaskAssessmentRunResultStatistic.Builder,ReplicationTaskAssessmentRunResultStatistic>
@Generated("software.amazon.awssdk:codegen") public final class ReplicationTaskAssessmentRunResultStatistic extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationTaskAssessmentRunResultStatistic.Builder,ReplicationTaskAssessmentRunResultStatistic>
The object containing the result statistics for a completed assessment run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReplicationTaskAssessmentRunResultStatistic.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicationTaskAssessmentRunResultStatistic.Builderbuilder()Integercancelled()The number of individual assessments that were cancelled during the assessment run.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Integererror()The number of individual assessments that encountered a critical error and could not complete properly.Integerfailed()The number of individual assessments that failed to meet the criteria defined in the assessment run.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpassed()The number of individual assessments that successfully passed all checks in the assessment run.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ReplicationTaskAssessmentRunResultStatistic.Builder>serializableBuilderClass()Integerskipped()The number of individual assessments that were skipped during the assessment run.ReplicationTaskAssessmentRunResultStatistic.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integerwarning()Indicates that the recent completed AssessmentRun triggered a warning.-
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
-
passed
public final Integer passed()
The number of individual assessments that successfully passed all checks in the assessment run.
- Returns:
- The number of individual assessments that successfully passed all checks in the assessment run.
-
failed
public final Integer failed()
The number of individual assessments that failed to meet the criteria defined in the assessment run.
- Returns:
- The number of individual assessments that failed to meet the criteria defined in the assessment run.
-
error
public final Integer error()
The number of individual assessments that encountered a critical error and could not complete properly.
- Returns:
- The number of individual assessments that encountered a critical error and could not complete properly.
-
warning
public final Integer warning()
Indicates that the recent completed AssessmentRun triggered a warning.
- Returns:
- Indicates that the recent completed AssessmentRun triggered a warning.
-
cancelled
public final Integer cancelled()
The number of individual assessments that were cancelled during the assessment run.
- Returns:
- The number of individual assessments that were cancelled during the assessment run.
-
skipped
public final Integer skipped()
The number of individual assessments that were skipped during the assessment run.
- Returns:
- The number of individual assessments that were skipped during the assessment run.
-
toBuilder
public ReplicationTaskAssessmentRunResultStatistic.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationTaskAssessmentRunResultStatistic.Builder,ReplicationTaskAssessmentRunResultStatistic>
-
builder
public static ReplicationTaskAssessmentRunResultStatistic.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReplicationTaskAssessmentRunResultStatistic.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-