Struct aws_sdk_iotwireless::operation::get_resource_log_level::builders::GetResourceLogLevelOutputBuilder
source · #[non_exhaustive]pub struct GetResourceLogLevelOutputBuilder { /* private fields */ }
Expand description
A builder for GetResourceLogLevelOutput
.
Implementations§
source§impl GetResourceLogLevelOutputBuilder
impl GetResourceLogLevelOutputBuilder
sourcepub fn log_level(self, input: LogLevel) -> Self
pub fn log_level(self, input: LogLevel) -> Self
The log level for a log message. The log levels can be disabled, or set to ERROR
to display less verbose logs containing only error information, or to INFO
for more detailed logs.
sourcepub fn set_log_level(self, input: Option<LogLevel>) -> Self
pub fn set_log_level(self, input: Option<LogLevel>) -> Self
The log level for a log message. The log levels can be disabled, or set to ERROR
to display less verbose logs containing only error information, or to INFO
for more detailed logs.
sourcepub fn get_log_level(&self) -> &Option<LogLevel>
pub fn get_log_level(&self) -> &Option<LogLevel>
The log level for a log message. The log levels can be disabled, or set to ERROR
to display less verbose logs containing only error information, or to INFO
for more detailed logs.
sourcepub fn build(self) -> GetResourceLogLevelOutput
pub fn build(self) -> GetResourceLogLevelOutput
Consumes the builder and constructs a GetResourceLogLevelOutput
.
Trait Implementations§
source§impl Clone for GetResourceLogLevelOutputBuilder
impl Clone for GetResourceLogLevelOutputBuilder
source§fn clone(&self) -> GetResourceLogLevelOutputBuilder
fn clone(&self) -> GetResourceLogLevelOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetResourceLogLevelOutputBuilder
impl Default for GetResourceLogLevelOutputBuilder
source§fn default() -> GetResourceLogLevelOutputBuilder
fn default() -> GetResourceLogLevelOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetResourceLogLevelOutputBuilder
impl PartialEq for GetResourceLogLevelOutputBuilder
source§fn eq(&self, other: &GetResourceLogLevelOutputBuilder) -> bool
fn eq(&self, other: &GetResourceLogLevelOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetResourceLogLevelOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetResourceLogLevelOutputBuilder
impl Send for GetResourceLogLevelOutputBuilder
impl Sync for GetResourceLogLevelOutputBuilder
impl Unpin for GetResourceLogLevelOutputBuilder
impl UnwindSafe for GetResourceLogLevelOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.