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