@Generated(value="software.amazon.awssdk:codegen") public final class AwsDynamoDbTableRestoreSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsDynamoDbTableRestoreSummary.Builder,AwsDynamoDbTableRestoreSummary>
Information about the restore for the table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsDynamoDbTableRestoreSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsDynamoDbTableRestoreSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
restoreDateTime()
Indicates the point in time that the table was restored to.
|
Boolean |
restoreInProgress()
Whether a restore is currently in progress.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsDynamoDbTableRestoreSummary.Builder> |
serializableBuilderClass() |
String |
sourceBackupArn()
The ARN of the source backup from which the table was restored.
|
String |
sourceTableArn()
The ARN of the source table for the backup.
|
AwsDynamoDbTableRestoreSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceBackupArn()
The ARN of the source backup from which the table was restored.
public final String sourceTableArn()
The ARN of the source table for the backup.
public final String restoreDateTime()
Indicates the point in time that the table was restored to.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final Boolean restoreInProgress()
Whether a restore is currently in progress.
public AwsDynamoDbTableRestoreSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsDynamoDbTableRestoreSummary.Builder,AwsDynamoDbTableRestoreSummary>public static AwsDynamoDbTableRestoreSummary.Builder builder()
public static Class<? extends AwsDynamoDbTableRestoreSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.