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