1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetRoom`](crate::operation::get_room::builders::GetRoomFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`room_arn(impl Into<String>)`](crate::operation::get_room::builders::GetRoomFluentBuilder::room_arn) / [`set_room_arn(Option<String>)`](crate::operation::get_room::builders::GetRoomFluentBuilder::set_room_arn):<br>required: **false**<br><p>The ARN of the room for which to request details. Required.</p><br>
    /// - On success, responds with [`GetRoomOutput`](crate::operation::get_room::GetRoomOutput) with field(s):
    ///   - [`room(Option<Room>)`](crate::operation::get_room::GetRoomOutput::room): <p>The details of the room requested.</p>
    /// - On failure, responds with [`SdkError<GetRoomError>`](crate::operation::get_room::GetRoomError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn get_room(&self) -> crate::operation::get_room::builders::GetRoomFluentBuilder {
        crate::operation::get_room::builders::GetRoomFluentBuilder::new(self.handle.clone())
    }
}