public class RestoreTableFromBackupResult extends Object implements Serializable
| Constructor and Description |
|---|
RestoreTableFromBackupResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
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 String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.