#[non_exhaustive]pub struct GetSmsAttributesOutputBuilder { /* private fields */ }Expand description
A builder for GetSmsAttributesOutput.
Implementations§
source§impl GetSmsAttributesOutputBuilder
impl GetSmsAttributesOutputBuilder
sourcepub fn attributes(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn attributes(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to attributes.
To override the contents of this collection use set_attributes.
The SMS attribute names and their values.
sourcepub fn set_attributes(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_attributes(self, input: Option<HashMap<String, String>>) -> Self
The SMS attribute names and their values.
sourcepub fn get_attributes(&self) -> &Option<HashMap<String, String>>
pub fn get_attributes(&self) -> &Option<HashMap<String, String>>
The SMS attribute names and their values.
sourcepub fn build(self) -> GetSmsAttributesOutput
pub fn build(self) -> GetSmsAttributesOutput
Consumes the builder and constructs a GetSmsAttributesOutput.
Trait Implementations§
source§impl Clone for GetSmsAttributesOutputBuilder
impl Clone for GetSmsAttributesOutputBuilder
source§fn clone(&self) -> GetSmsAttributesOutputBuilder
fn clone(&self) -> GetSmsAttributesOutputBuilder
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 Default for GetSmsAttributesOutputBuilder
impl Default for GetSmsAttributesOutputBuilder
source§fn default() -> GetSmsAttributesOutputBuilder
fn default() -> GetSmsAttributesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetSmsAttributesOutputBuilder
impl PartialEq for GetSmsAttributesOutputBuilder
source§fn eq(&self, other: &GetSmsAttributesOutputBuilder) -> bool
fn eq(&self, other: &GetSmsAttributesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSmsAttributesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetSmsAttributesOutputBuilder
impl Send for GetSmsAttributesOutputBuilder
impl Sync for GetSmsAttributesOutputBuilder
impl Unpin for GetSmsAttributesOutputBuilder
impl UnwindSafe for GetSmsAttributesOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.