@Generated(value="software.amazon.awssdk:codegen") public final class RestoreSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RestoreSummary.Builder,RestoreSummary>
Contains details for the restore.
Modifier and Type | Class and Description |
---|---|
static interface |
RestoreSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static RestoreSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
restoreDateTime()
Point in time or source backup time.
|
Boolean |
restoreInProgress()
Indicates if a restore is in progress or not.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RestoreSummary.Builder> |
serializableBuilderClass() |
String |
sourceBackupArn()
The Amazon Resource Name (ARN) of the backup from which the table was restored.
|
String |
sourceTableArn()
The ARN of the source table of the backup that is being restored.
|
RestoreSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String sourceBackupArn()
The Amazon Resource Name (ARN) of the backup from which the table was restored.
public String sourceTableArn()
The ARN of the source table of the backup that is being restored.
public Instant restoreDateTime()
Point in time or source backup time.
public Boolean restoreInProgress()
Indicates if a restore is in progress or not.
public RestoreSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RestoreSummary.Builder,RestoreSummary>
public static RestoreSummary.Builder builder()
public static Class<? extends RestoreSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.