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