Struct aws_sdk_scheduler::model::SqsParameters
source · #[non_exhaustive]pub struct SqsParameters { /* private fields */ }
Expand description
The templated target type for the Amazon SQS SendMessage
API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.
Implementations§
source§impl SqsParameters
impl SqsParameters
sourcepub fn message_group_id(&self) -> Option<&str>
pub fn message_group_id(&self) -> Option<&str>
The FIFO message group ID to use as the target.
source§impl SqsParameters
impl SqsParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SqsParameters
.
Trait Implementations§
source§impl Clone for SqsParameters
impl Clone for SqsParameters
source§fn clone(&self) -> SqsParameters
fn clone(&self) -> SqsParameters
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 SqsParameters
impl Debug for SqsParameters
source§impl PartialEq<SqsParameters> for SqsParameters
impl PartialEq<SqsParameters> for SqsParameters
source§fn eq(&self, other: &SqsParameters) -> bool
fn eq(&self, other: &SqsParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.