@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTableToPointInTimeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RestoreTableToPointInTimeResult() |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableToPointInTimeResult |
clone() |
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.
|
RestoreTableToPointInTimeResult |
withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription - Represents the properties of a table.public TableDescription getTableDescription()
Represents the properties of a table.
public RestoreTableToPointInTimeResult withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription - Represents the properties of a table.public String toString()
toString in class ObjectObject.toString()public RestoreTableToPointInTimeResult clone()