Struct aws_sdk_ses::operation::get_identity_notification_attributes::builders::GetIdentityNotificationAttributesOutputBuilder
source · #[non_exhaustive]pub struct GetIdentityNotificationAttributesOutputBuilder { /* private fields */ }Expand description
A builder for GetIdentityNotificationAttributesOutput.
Implementations§
source§impl GetIdentityNotificationAttributesOutputBuilder
impl GetIdentityNotificationAttributesOutputBuilder
sourcepub fn notification_attributes(
self,
k: impl Into<String>,
v: IdentityNotificationAttributes
) -> Self
pub fn notification_attributes( self, k: impl Into<String>, v: IdentityNotificationAttributes ) -> Self
Adds a key-value pair to notification_attributes.
To override the contents of this collection use set_notification_attributes.
A map of Identity to IdentityNotificationAttributes.
sourcepub fn set_notification_attributes(
self,
input: Option<HashMap<String, IdentityNotificationAttributes>>
) -> Self
pub fn set_notification_attributes( self, input: Option<HashMap<String, IdentityNotificationAttributes>> ) -> Self
A map of Identity to IdentityNotificationAttributes.
sourcepub fn get_notification_attributes(
&self
) -> &Option<HashMap<String, IdentityNotificationAttributes>>
pub fn get_notification_attributes( &self ) -> &Option<HashMap<String, IdentityNotificationAttributes>>
A map of Identity to IdentityNotificationAttributes.
sourcepub fn build(
self
) -> Result<GetIdentityNotificationAttributesOutput, BuildError>
pub fn build( self ) -> Result<GetIdentityNotificationAttributesOutput, BuildError>
Consumes the builder and constructs a GetIdentityNotificationAttributesOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetIdentityNotificationAttributesOutputBuilder
impl Clone for GetIdentityNotificationAttributesOutputBuilder
source§fn clone(&self) -> GetIdentityNotificationAttributesOutputBuilder
fn clone(&self) -> GetIdentityNotificationAttributesOutputBuilder
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 GetIdentityNotificationAttributesOutputBuilder
impl Default for GetIdentityNotificationAttributesOutputBuilder
source§fn default() -> GetIdentityNotificationAttributesOutputBuilder
fn default() -> GetIdentityNotificationAttributesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetIdentityNotificationAttributesOutputBuilder
impl PartialEq for GetIdentityNotificationAttributesOutputBuilder
source§fn eq(&self, other: &GetIdentityNotificationAttributesOutputBuilder) -> bool
fn eq(&self, other: &GetIdentityNotificationAttributesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetIdentityNotificationAttributesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetIdentityNotificationAttributesOutputBuilder
impl Send for GetIdentityNotificationAttributesOutputBuilder
impl Sync for GetIdentityNotificationAttributesOutputBuilder
impl Unpin for GetIdentityNotificationAttributesOutputBuilder
impl UnwindSafe for GetIdentityNotificationAttributesOutputBuilder
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.