// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetResourceLogLevel`](crate::operation::get_resource_log_level::builders::GetResourceLogLevelFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource_identifier(impl Into<String>)`](crate::operation::get_resource_log_level::builders::GetResourceLogLevelFluentBuilder::resource_identifier) / [`set_resource_identifier(Option<String>)`](crate::operation::get_resource_log_level::builders::GetResourceLogLevelFluentBuilder::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::get_resource_log_level::builders::GetResourceLogLevelFluentBuilder::resource_type) / [`set_resource_type(Option<String>)`](crate::operation::get_resource_log_level::builders::GetResourceLogLevelFluentBuilder::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 [`GetResourceLogLevelOutput`](crate::operation::get_resource_log_level::GetResourceLogLevelOutput) with field(s):
/// - [`log_level(Option<LogLevel>)`](crate::operation::get_resource_log_level::GetResourceLogLevelOutput::log_level): <p>The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.</p>
/// - On failure, responds with [`SdkError<GetResourceLogLevelError>`](crate::operation::get_resource_log_level::GetResourceLogLevelError)
pub fn get_resource_log_level(&self) -> crate::operation::get_resource_log_level::builders::GetResourceLogLevelFluentBuilder {
crate::operation::get_resource_log_level::builders::GetResourceLogLevelFluentBuilder::new(self.handle.clone())
}
}