Struct aws_sdk_eventbridge::types::SqsParameters
source · #[non_exhaustive]pub struct SqsParameters { /* private fields */ }
Expand description
This structure includes the custom parameter to be used when the target is an SQS FIFO queue.
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() -> SqsParametersBuilder
pub fn builder() -> SqsParametersBuilder
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 ==
.impl StructuralPartialEq for SqsParameters
Auto Trait Implementations§
impl RefUnwindSafe for SqsParameters
impl Send for SqsParameters
impl Sync for SqsParameters
impl Unpin for SqsParameters
impl UnwindSafe for SqsParameters
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more