#[non_exhaustive]pub struct CreateQueueOutputBuilder { /* private fields */ }Expand description
A builder for CreateQueueOutput.
Implementations§
source§impl CreateQueueOutputBuilder
impl CreateQueueOutputBuilder
sourcepub fn queue_url(self, input: impl Into<String>) -> Self
pub fn queue_url(self, input: impl Into<String>) -> Self
The URL of the created Amazon SQS queue.
sourcepub fn set_queue_url(self, input: Option<String>) -> Self
pub fn set_queue_url(self, input: Option<String>) -> Self
The URL of the created Amazon SQS queue.
sourcepub fn build(self) -> CreateQueueOutput
pub fn build(self) -> CreateQueueOutput
Consumes the builder and constructs a CreateQueueOutput.
Trait Implementations§
source§impl Clone for CreateQueueOutputBuilder
impl Clone for CreateQueueOutputBuilder
source§fn clone(&self) -> CreateQueueOutputBuilder
fn clone(&self) -> CreateQueueOutputBuilder
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 CreateQueueOutputBuilder
impl Debug for CreateQueueOutputBuilder
source§impl Default for CreateQueueOutputBuilder
impl Default for CreateQueueOutputBuilder
source§fn default() -> CreateQueueOutputBuilder
fn default() -> CreateQueueOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateQueueOutputBuilder> for CreateQueueOutputBuilder
impl PartialEq<CreateQueueOutputBuilder> for CreateQueueOutputBuilder
source§fn eq(&self, other: &CreateQueueOutputBuilder) -> bool
fn eq(&self, other: &CreateQueueOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.