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