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 [`ResetResourceLogLevel`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`resource_identifier(impl Into<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::resource_identifier) / [`set_resource_identifier(Option<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::set_resource_identifier):<br>required: **true**<br><p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.</p><br>
    ///   - [`resource_type(impl Into<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::resource_type) / [`set_resource_type(Option<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::set_resource_type):<br>required: **true**<br><p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p><br>
    /// - On success, responds with [`ResetResourceLogLevelOutput`](crate::operation::reset_resource_log_level::ResetResourceLogLevelOutput)
    /// - On failure, responds with [`SdkError<ResetResourceLogLevelError>`](crate::operation::reset_resource_log_level::ResetResourceLogLevelError)
    pub fn reset_resource_log_level(&self) -> crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder {
        crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::new(self.handle.clone())
    }
}