public class RestoreTableFromBackupResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RestoreTableFromBackupResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TableDescription |
getTableDescription()
The description of the table created from an existing backup.
|
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RestoreTableFromBackupResult |
withTableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
|
public TableDescription getTableDescription()
The description of the table created from an existing backup.
The description of the table created from an existing backup.
public void setTableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
tableDescription - The description of the table created from an existing backup.
public RestoreTableFromBackupResult withTableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
Returns a reference to this object so that method calls can be chained together.
tableDescription - The description of the table created from an existing backup.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.