#[non_exhaustive]pub struct ChangeMessageVisibilityBatchOutput { /* private fields */ }
Expand description
For each message in the batch, the response contains a
tag if the message succeeds or a ChangeMessageVisibilityBatchResultEntry
tag if the message fails.BatchResultErrorEntry
Implementations§
source§impl ChangeMessageVisibilityBatchOutput
impl ChangeMessageVisibilityBatchOutput
sourcepub fn successful(&self) -> Option<&[ChangeMessageVisibilityBatchResultEntry]>
pub fn successful(&self) -> Option<&[ChangeMessageVisibilityBatchResultEntry]>
A list of
items.ChangeMessageVisibilityBatchResultEntry
sourcepub fn failed(&self) -> Option<&[BatchResultErrorEntry]>
pub fn failed(&self) -> Option<&[BatchResultErrorEntry]>
A list of
items.BatchResultErrorEntry
source§impl ChangeMessageVisibilityBatchOutput
impl ChangeMessageVisibilityBatchOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeMessageVisibilityBatchOutput
.
Trait Implementations§
source§impl Clone for ChangeMessageVisibilityBatchOutput
impl Clone for ChangeMessageVisibilityBatchOutput
source§fn clone(&self) -> ChangeMessageVisibilityBatchOutput
fn clone(&self) -> ChangeMessageVisibilityBatchOutput
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<ChangeMessageVisibilityBatchOutput> for ChangeMessageVisibilityBatchOutput
impl PartialEq<ChangeMessageVisibilityBatchOutput> for ChangeMessageVisibilityBatchOutput
source§fn eq(&self, other: &ChangeMessageVisibilityBatchOutput) -> bool
fn eq(&self, other: &ChangeMessageVisibilityBatchOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.