@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; useful for testing and debugging.
|
RestoreTableFromBackupResult |
withTableDescription(TableDescription tableDescription)
The description of the table created from an existing backup.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 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 Object
Object.toString()
public RestoreTableFromBackupResult clone()
Copyright © 2018. All rights reserved.