Class CurrentSearchProgress
- java.lang.Object
-
- software.amazon.awssdk.services.backupsearch.model.CurrentSearchProgress
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CurrentSearchProgress.Builder,CurrentSearchProgress>
@Generated("software.amazon.awssdk:codegen") public final class CurrentSearchProgress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CurrentSearchProgress.Builder,CurrentSearchProgress>
This contains information results retrieved from a search job that may not have completed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCurrentSearchProgress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CurrentSearchProgress.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongitemsMatchedCount()This number is the sum of all items that match the item filters in a search job in progress.LongitemsScannedCount()This number is the sum of all items that have been scanned so far during a search job.IntegerrecoveryPointsScannedCount()This number is the sum of all backups that have been scanned so far during a search job.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CurrentSearchProgress.Builder>serializableBuilderClass()CurrentSearchProgress.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
-
recoveryPointsScannedCount
public final Integer recoveryPointsScannedCount()
This number is the sum of all backups that have been scanned so far during a search job.
- Returns:
- This number is the sum of all backups that have been scanned so far during a search job.
-
itemsScannedCount
public final Long itemsScannedCount()
This number is the sum of all items that have been scanned so far during a search job.
- Returns:
- This number is the sum of all items that have been scanned so far during a search job.
-
itemsMatchedCount
public final Long itemsMatchedCount()
This number is the sum of all items that match the item filters in a search job in progress.
- Returns:
- This number is the sum of all items that match the item filters in a search job in progress.
-
toBuilder
public CurrentSearchProgress.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CurrentSearchProgress.Builder,CurrentSearchProgress>
-
builder
public static CurrentSearchProgress.Builder builder()
-
serializableBuilderClass
public static Class<? extends CurrentSearchProgress.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
-
-