public class RestoreSummary
extends java.lang.Object
implements java.io.Serializable
Contains details for the restore.
Constructor and Description |
---|
RestoreSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getRestoreDateTime()
Point in time or source backup time.
|
java.lang.Boolean |
getRestoreInProgress()
Indicates if a restore is in progress or not.
|
java.lang.String |
getSourceBackupArn()
ARN of the backup from which the table was restored.
|
java.lang.String |
getSourceTableArn()
ARN of the source table of the backup that is being restored.
|
int |
hashCode() |
java.lang.Boolean |
isRestoreInProgress()
Indicates if a restore is in progress or not.
|
void |
setRestoreDateTime(java.util.Date restoreDateTime)
Point in time or source backup time.
|
void |
setRestoreInProgress(java.lang.Boolean restoreInProgress)
Indicates if a restore is in progress or not.
|
void |
setSourceBackupArn(java.lang.String sourceBackupArn)
ARN of the backup from which the table was restored.
|
void |
setSourceTableArn(java.lang.String sourceTableArn)
ARN of the source table of the backup that is being restored.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RestoreSummary |
withRestoreDateTime(java.util.Date restoreDateTime)
Point in time or source backup time.
|
RestoreSummary |
withRestoreInProgress(java.lang.Boolean restoreInProgress)
Indicates if a restore is in progress or not.
|
RestoreSummary |
withSourceBackupArn(java.lang.String sourceBackupArn)
ARN of the backup from which the table was restored.
|
RestoreSummary |
withSourceTableArn(java.lang.String sourceTableArn)
ARN of the source table of the backup that is being restored.
|
public java.lang.String getSourceBackupArn()
ARN of the backup from which the table was restored.
Constraints:
Length: 37 - 1024
ARN of the backup from which the table was restored.
public void setSourceBackupArn(java.lang.String sourceBackupArn)
ARN of the backup from which the table was restored.
Constraints:
Length: 37 - 1024
sourceBackupArn
- ARN of the backup from which the table was restored.
public RestoreSummary withSourceBackupArn(java.lang.String sourceBackupArn)
ARN of the backup from which the table was restored.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 37 - 1024
sourceBackupArn
- ARN of the backup from which the table was restored.
public java.lang.String getSourceTableArn()
ARN of the source table of the backup that is being restored.
ARN of the source table of the backup that is being restored.
public void setSourceTableArn(java.lang.String sourceTableArn)
ARN of the source table of the backup that is being restored.
sourceTableArn
- ARN of the source table of the backup that is being restored.
public RestoreSummary withSourceTableArn(java.lang.String sourceTableArn)
ARN of the source table of the backup that is being restored.
Returns a reference to this object so that method calls can be chained together.
sourceTableArn
- ARN of the source table of the backup that is being restored.
public java.util.Date getRestoreDateTime()
Point in time or source backup time.
Point in time or source backup time.
public void setRestoreDateTime(java.util.Date restoreDateTime)
Point in time or source backup time.
restoreDateTime
- Point in time or source backup time.
public RestoreSummary withRestoreDateTime(java.util.Date restoreDateTime)
Point in time or source backup time.
Returns a reference to this object so that method calls can be chained together.
restoreDateTime
- Point in time or source backup time.
public java.lang.Boolean isRestoreInProgress()
Indicates if a restore is in progress or not.
Indicates if a restore is in progress or not.
public java.lang.Boolean getRestoreInProgress()
Indicates if a restore is in progress or not.
Indicates if a restore is in progress or not.
public void setRestoreInProgress(java.lang.Boolean restoreInProgress)
Indicates if a restore is in progress or not.
restoreInProgress
- Indicates if a restore is in progress or not.
public RestoreSummary withRestoreInProgress(java.lang.Boolean restoreInProgress)
Indicates if a restore is in progress or not.
Returns a reference to this object so that method calls can be chained together.
restoreInProgress
- Indicates if a restore is in progress or not.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.