@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTableFromSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RestoreTableFromSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
RestoreTableFromSnapshotResult |
clone() |
boolean |
equals(Object obj) |
TableRestoreStatus |
getTableRestoreStatus()
The TableRestoreStatus object that contains the status of the restore operation.
|
int |
hashCode() |
void |
setTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
|
String |
toString()
Returns a string representation of this object.
|
RestoreTableFromSnapshotResult |
withTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
tableRestoreStatus
- The TableRestoreStatus object that contains the status of the restore operation.public TableRestoreStatus getTableRestoreStatus()
The TableRestoreStatus object that contains the status of the restore operation.
public RestoreTableFromSnapshotResult withTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
tableRestoreStatus
- The TableRestoreStatus object that contains the status of the restore operation.public String toString()
toString
in class Object
Object.toString()
public RestoreTableFromSnapshotResult clone()