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<SetV2LoggingOptionsOutputBuilder> for SetV2LoggingOptionsOutputBuilder
impl PartialEq<SetV2LoggingOptionsOutputBuilder> 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 ==
.