Struct aws_sdk_iot::input::SetV2LoggingLevelInput
source · #[non_exhaustive]pub struct SetV2LoggingLevelInput { /* private fields */ }
Implementations§
source§impl SetV2LoggingLevelInput
impl SetV2LoggingLevelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetV2LoggingLevel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetV2LoggingLevel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetV2LoggingLevel
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetV2LoggingLevelInput
.
Trait Implementations§
source§impl Clone for SetV2LoggingLevelInput
impl Clone for SetV2LoggingLevelInput
source§fn clone(&self) -> SetV2LoggingLevelInput
fn clone(&self) -> SetV2LoggingLevelInput
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 Debug for SetV2LoggingLevelInput
impl Debug for SetV2LoggingLevelInput
source§impl PartialEq<SetV2LoggingLevelInput> for SetV2LoggingLevelInput
impl PartialEq<SetV2LoggingLevelInput> for SetV2LoggingLevelInput
source§fn eq(&self, other: &SetV2LoggingLevelInput) -> bool
fn eq(&self, other: &SetV2LoggingLevelInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.