Class RestoreSummary
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.RestoreSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RestoreSummary.Builder,RestoreSummary>
@Generated("software.amazon.awssdk:codegen") public final class RestoreSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RestoreSummary.Builder,RestoreSummary>
Contains details for the restore.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRestoreSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestoreSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantrestoreDateTime()Point in time or source backup time.BooleanrestoreInProgress()Indicates if a restore is in progress or not.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RestoreSummary.Builder>serializableBuilderClass()StringsourceBackupArn()The Amazon Resource Name (ARN) of the backup from which the table was restored.StringsourceTableArn()The ARN of the source table of the backup that is being restored.RestoreSummary.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
-
sourceBackupArn
public final String sourceBackupArn()
The Amazon Resource Name (ARN) of the backup from which the table was restored.
- Returns:
- The Amazon Resource Name (ARN) of the backup from which the table was restored.
-
sourceTableArn
public final String sourceTableArn()
The ARN of the source table of the backup that is being restored.
- Returns:
- The ARN of the source table of the backup that is being restored.
-
restoreDateTime
public final Instant restoreDateTime()
Point in time or source backup time.
- Returns:
- Point in time or source backup time.
-
restoreInProgress
public final Boolean restoreInProgress()
Indicates if a restore is in progress or not.
- Returns:
- Indicates if a restore is in progress or not.
-
toBuilder
public RestoreSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RestoreSummary.Builder,RestoreSummary>
-
builder
public static RestoreSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RestoreSummary.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
-
-