public class RestoreTableToPointInTimeResult extends Object implements Serializable
| Constructor and Description |
|---|
RestoreTableToPointInTimeResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TableDescription |
getTableDescription()
Represents the properties of a table.
|
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RestoreTableToPointInTimeResult |
withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
public TableDescription getTableDescription()
Represents the properties of a table.
Represents the properties of a table.
public void setTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription - Represents the properties of a table.
public RestoreTableToPointInTimeResult withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
Returns a reference to this object so that method calls can be chained together.
tableDescription - Represents the properties of a table.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.