Struct aws_sdk_sqs::input::DeleteMessageBatchInput
source · #[non_exhaustive]pub struct DeleteMessageBatchInput { /* private fields */ }
Expand description
Implementations§
source§impl DeleteMessageBatchInput
impl DeleteMessageBatchInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMessageBatch, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMessageBatch, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteMessageBatch
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteMessageBatchInput
.
Trait Implementations§
source§impl Clone for DeleteMessageBatchInput
impl Clone for DeleteMessageBatchInput
source§fn clone(&self) -> DeleteMessageBatchInput
fn clone(&self) -> DeleteMessageBatchInput
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 DeleteMessageBatchInput
impl Debug for DeleteMessageBatchInput
source§impl PartialEq<DeleteMessageBatchInput> for DeleteMessageBatchInput
impl PartialEq<DeleteMessageBatchInput> for DeleteMessageBatchInput
source§fn eq(&self, other: &DeleteMessageBatchInput) -> bool
fn eq(&self, other: &DeleteMessageBatchInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.