@Generated(value="software.amazon.awssdk:codegen") public final class RestoreSummary extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Instant |
restoreDateTime()
Point in time or source backup time.
|
Boolean |
restoreInProgress()
Indicates if a restore is in progress or not.
|
static Class<? extends RestoreSummary.Builder> |
serializableBuilderClass() |
String |
sourceBackupArn()
ARN of the backup from which the table was restored.
|
String |
sourceTableArn()
ARN of the source table of the backup that is being restored.
|
RestoreSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String sourceBackupArn()
ARN of the backup from which the table was restored.
public String sourceTableArn()
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RestoreSummary.Builder,RestoreSummary>public static RestoreSummary.Builder builder()
public static Class<? extends RestoreSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.