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