@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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. 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. For example, 2020-03-22T13:22:13.933Z
.
public final Boolean restoreInProgress()
Whether a restore is currently in progress.
public AwsDynamoDbTableRestoreSummary.Builder toBuilder()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.