@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTableFromBackupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| RestoreTableFromBackupResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| RestoreTableFromBackupResult | clone() | 
| 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. | 
| RestoreTableFromBackupResult | withTableDescription(TableDescription tableDescription)
 The description of the table created from an existing backup. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 TableDescription getTableDescription()
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.
tableDescription - The description of the table created from an existing backup.public String toString()
toString in class ObjectObject.toString()public RestoreTableFromBackupResult clone()