Class JobProgress
- java.lang.Object
-
- software.amazon.awssdk.services.voiceid.model.JobProgress
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobProgress.Builder,JobProgress>
@Generated("software.amazon.awssdk:codegen") public final class JobProgress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobProgress.Builder,JobProgress>
Indicates the completion progress for a batch job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobProgress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobProgress.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpercentComplete()Shows the completed percentage of enrollment or registration requests listed in the input file.List<SdkField<?>>sdkFields()static Class<? extends JobProgress.Builder>serializableBuilderClass()JobProgress.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
percentComplete
public final Integer percentComplete()
Shows the completed percentage of enrollment or registration requests listed in the input file.
- Returns:
- Shows the completed percentage of enrollment or registration requests listed in the input file.
-
toBuilder
public JobProgress.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobProgress.Builder,JobProgress>
-
builder
public static JobProgress.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobProgress.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.
-
-