#[non_exhaustive]pub struct ChangeMessageVisibilityBatchInput { /* private fields */ }
Expand description
Implementations§
source§impl ChangeMessageVisibilityBatchInput
impl ChangeMessageVisibilityBatchInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ChangeMessageVisibilityBatch, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ChangeMessageVisibilityBatch, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ChangeMessageVisibilityBatch
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeMessageVisibilityBatchInput
.
source§impl ChangeMessageVisibilityBatchInput
impl ChangeMessageVisibilityBatchInput
sourcepub fn queue_url(&self) -> Option<&str>
pub fn queue_url(&self) -> Option<&str>
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
sourcepub fn entries(&self) -> Option<&[ChangeMessageVisibilityBatchRequestEntry]>
pub fn entries(&self) -> Option<&[ChangeMessageVisibilityBatchRequestEntry]>
A list of receipt handles of the messages for which the visibility timeout must be changed.
Trait Implementations§
source§impl Clone for ChangeMessageVisibilityBatchInput
impl Clone for ChangeMessageVisibilityBatchInput
source§fn clone(&self) -> ChangeMessageVisibilityBatchInput
fn clone(&self) -> ChangeMessageVisibilityBatchInput
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<ChangeMessageVisibilityBatchInput> for ChangeMessageVisibilityBatchInput
impl PartialEq<ChangeMessageVisibilityBatchInput> for ChangeMessageVisibilityBatchInput
source§fn eq(&self, other: &ChangeMessageVisibilityBatchInput) -> bool
fn eq(&self, other: &ChangeMessageVisibilityBatchInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.