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 [`AssociateDeviceWithRoom`](crate::operation::associate_device_with_room::builders::AssociateDeviceWithRoomFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`device_arn(impl Into<String>)`](crate::operation::associate_device_with_room::builders::AssociateDeviceWithRoomFluentBuilder::device_arn) / [`set_device_arn(Option<String>)`](crate::operation::associate_device_with_room::builders::AssociateDeviceWithRoomFluentBuilder::set_device_arn):<br>required: **false**<br><p>The ARN of the device to associate to a room. Required.</p><br>
    ///   - [`room_arn(impl Into<String>)`](crate::operation::associate_device_with_room::builders::AssociateDeviceWithRoomFluentBuilder::room_arn) / [`set_room_arn(Option<String>)`](crate::operation::associate_device_with_room::builders::AssociateDeviceWithRoomFluentBuilder::set_room_arn):<br>required: **false**<br><p>The ARN of the room with which to associate the device. Required.</p><br>
    /// - On success, responds with [`AssociateDeviceWithRoomOutput`](crate::operation::associate_device_with_room::AssociateDeviceWithRoomOutput)
    /// - On failure, responds with [`SdkError<AssociateDeviceWithRoomError>`](crate::operation::associate_device_with_room::AssociateDeviceWithRoomError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn associate_device_with_room(&self) -> crate::operation::associate_device_with_room::builders::AssociateDeviceWithRoomFluentBuilder {
        crate::operation::associate_device_with_room::builders::AssociateDeviceWithRoomFluentBuilder::new(self.handle.clone())
    }
}