#[non_exhaustive]pub struct ListDeadLetterSourceQueuesInput { /* private fields */ }
Expand description
Implementations§
source§impl ListDeadLetterSourceQueuesInput
impl ListDeadLetterSourceQueuesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDeadLetterSourceQueues, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDeadLetterSourceQueues, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDeadLetterSourceQueues
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeadLetterSourceQueuesInput
.
source§impl ListDeadLetterSourceQueuesInput
impl ListDeadLetterSourceQueuesInput
sourcepub fn queue_url(&self) -> Option<&str>
pub fn queue_url(&self) -> Option<&str>
The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token to request the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of results to include in the response. Value range is 1 to 1000. You must set MaxResults
to receive a value for NextToken
in the response.
Trait Implementations§
source§impl Clone for ListDeadLetterSourceQueuesInput
impl Clone for ListDeadLetterSourceQueuesInput
source§fn clone(&self) -> ListDeadLetterSourceQueuesInput
fn clone(&self) -> ListDeadLetterSourceQueuesInput
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 PartialEq<ListDeadLetterSourceQueuesInput> for ListDeadLetterSourceQueuesInput
impl PartialEq<ListDeadLetterSourceQueuesInput> for ListDeadLetterSourceQueuesInput
source§fn eq(&self, other: &ListDeadLetterSourceQueuesInput) -> bool
fn eq(&self, other: &ListDeadLetterSourceQueuesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.