Struct aws_sdk_sns::output::SetSmsAttributesOutput
source · #[non_exhaustive]pub struct SetSmsAttributesOutput {}
Expand description
The response for the SetSMSAttributes action.
Implementations§
source§impl SetSmsAttributesOutput
impl SetSmsAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetSmsAttributesOutput
.
Trait Implementations§
source§impl Clone for SetSmsAttributesOutput
impl Clone for SetSmsAttributesOutput
source§fn clone(&self) -> SetSmsAttributesOutput
fn clone(&self) -> SetSmsAttributesOutput
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 SetSmsAttributesOutput
impl Debug for SetSmsAttributesOutput
source§impl PartialEq<SetSmsAttributesOutput> for SetSmsAttributesOutput
impl PartialEq<SetSmsAttributesOutput> for SetSmsAttributesOutput
source§fn eq(&self, other: &SetSmsAttributesOutput) -> bool
fn eq(&self, other: &SetSmsAttributesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.