1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`AssociateDeviceWithNetworkProfile`](crate::operation::associate_device_with_network_profile::builders::AssociateDeviceWithNetworkProfileFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`device_arn(impl Into<String>)`](crate::operation::associate_device_with_network_profile::builders::AssociateDeviceWithNetworkProfileFluentBuilder::device_arn) / [`set_device_arn(Option<String>)`](crate::operation::associate_device_with_network_profile::builders::AssociateDeviceWithNetworkProfileFluentBuilder::set_device_arn):<br>required: **true**<br><p>The device ARN.</p><br>
    ///   - [`network_profile_arn(impl Into<String>)`](crate::operation::associate_device_with_network_profile::builders::AssociateDeviceWithNetworkProfileFluentBuilder::network_profile_arn) / [`set_network_profile_arn(Option<String>)`](crate::operation::associate_device_with_network_profile::builders::AssociateDeviceWithNetworkProfileFluentBuilder::set_network_profile_arn):<br>required: **true**<br><p>The ARN of the network profile to associate with a device.</p><br>
    /// - On success, responds with [`AssociateDeviceWithNetworkProfileOutput`](crate::operation::associate_device_with_network_profile::AssociateDeviceWithNetworkProfileOutput)
    /// - On failure, responds with [`SdkError<AssociateDeviceWithNetworkProfileError>`](crate::operation::associate_device_with_network_profile::AssociateDeviceWithNetworkProfileError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn associate_device_with_network_profile(
        &self,
    ) -> crate::operation::associate_device_with_network_profile::builders::AssociateDeviceWithNetworkProfileFluentBuilder {
        crate::operation::associate_device_with_network_profile::builders::AssociateDeviceWithNetworkProfileFluentBuilder::new(self.handle.clone())
    }
}