Struct aws_sdk_iot::operation::set_v2_logging_options::builders::SetV2LoggingOptionsOutputBuilder
source · #[non_exhaustive]pub struct SetV2LoggingOptionsOutputBuilder { /* private fields */ }
Expand description
A builder for SetV2LoggingOptionsOutput
.
Implementations§
source§impl SetV2LoggingOptionsOutputBuilder
impl SetV2LoggingOptionsOutputBuilder
sourcepub fn build(self) -> SetV2LoggingOptionsOutput
pub fn build(self) -> SetV2LoggingOptionsOutput
Consumes the builder and constructs a SetV2LoggingOptionsOutput
.
Trait Implementations§
source§impl Clone for SetV2LoggingOptionsOutputBuilder
impl Clone for SetV2LoggingOptionsOutputBuilder
source§fn clone(&self) -> SetV2LoggingOptionsOutputBuilder
fn clone(&self) -> SetV2LoggingOptionsOutputBuilder
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 SetV2LoggingOptionsOutputBuilder
impl Default for SetV2LoggingOptionsOutputBuilder
source§fn default() -> SetV2LoggingOptionsOutputBuilder
fn default() -> SetV2LoggingOptionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SetV2LoggingOptionsOutputBuilder
impl PartialEq for SetV2LoggingOptionsOutputBuilder
source§fn eq(&self, other: &SetV2LoggingOptionsOutputBuilder) -> bool
fn eq(&self, other: &SetV2LoggingOptionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SetV2LoggingOptionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SetV2LoggingOptionsOutputBuilder
impl Send for SetV2LoggingOptionsOutputBuilder
impl Sync for SetV2LoggingOptionsOutputBuilder
impl Unpin for SetV2LoggingOptionsOutputBuilder
impl UnwindSafe for SetV2LoggingOptionsOutputBuilder
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.