1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetTableRestoreStatus`](crate::operation::get_table_restore_status::builders::GetTableRestoreStatusFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`table_restore_request_id(impl Into<String>)`](crate::operation::get_table_restore_status::builders::GetTableRestoreStatusFluentBuilder::table_restore_request_id) / [`set_table_restore_request_id(Option<String>)`](crate::operation::get_table_restore_status::builders::GetTableRestoreStatusFluentBuilder::set_table_restore_request_id): <p>The ID of the <code>RestoreTableFromSnapshot</code> request to return status for.</p>
    /// - On success, responds with [`GetTableRestoreStatusOutput`](crate::operation::get_table_restore_status::GetTableRestoreStatusOutput) with field(s):
    ///   - [`table_restore_status(Option<TableRestoreStatus>)`](crate::operation::get_table_restore_status::GetTableRestoreStatusOutput::table_restore_status): <p>The returned <code>TableRestoreStatus</code> object that contains information about the status of your <code>RestoreTableFromSnapshot</code> request.</p>
    /// - On failure, responds with [`SdkError<GetTableRestoreStatusError>`](crate::operation::get_table_restore_status::GetTableRestoreStatusError)
    pub fn get_table_restore_status(&self) -> crate::operation::get_table_restore_status::builders::GetTableRestoreStatusFluentBuilder {
        crate::operation::get_table_restore_status::builders::GetTableRestoreStatusFluentBuilder::new(self.handle.clone())
    }
}