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