Struct aws_sdk_sqs::operation::set_queue_attributes::builders::SetQueueAttributesOutputBuilder
source · #[non_exhaustive]pub struct SetQueueAttributesOutputBuilder { /* private fields */ }Expand description
A builder for SetQueueAttributesOutput.
Implementations§
source§impl SetQueueAttributesOutputBuilder
impl SetQueueAttributesOutputBuilder
sourcepub fn build(self) -> SetQueueAttributesOutput
pub fn build(self) -> SetQueueAttributesOutput
Consumes the builder and constructs a SetQueueAttributesOutput.
Trait Implementations§
source§impl Clone for SetQueueAttributesOutputBuilder
impl Clone for SetQueueAttributesOutputBuilder
source§fn clone(&self) -> SetQueueAttributesOutputBuilder
fn clone(&self) -> SetQueueAttributesOutputBuilder
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 Default for SetQueueAttributesOutputBuilder
impl Default for SetQueueAttributesOutputBuilder
source§fn default() -> SetQueueAttributesOutputBuilder
fn default() -> SetQueueAttributesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SetQueueAttributesOutputBuilder> for SetQueueAttributesOutputBuilder
impl PartialEq<SetQueueAttributesOutputBuilder> for SetQueueAttributesOutputBuilder
source§fn eq(&self, other: &SetQueueAttributesOutputBuilder) -> bool
fn eq(&self, other: &SetQueueAttributesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.