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