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