Struct aws_sdk_ses::operation::get_identity_notification_attributes::builders::GetIdentityNotificationAttributesInputBuilder
source · #[non_exhaustive]pub struct GetIdentityNotificationAttributesInputBuilder { /* private fields */ }Expand description
A builder for GetIdentityNotificationAttributesInput.
Implementations§
source§impl GetIdentityNotificationAttributesInputBuilder
impl GetIdentityNotificationAttributesInputBuilder
sourcepub fn identities(self, input: impl Into<String>) -> Self
pub fn identities(self, input: impl Into<String>) -> Self
Appends an item to identities.
To override the contents of this collection use set_identities.
A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
sourcepub fn set_identities(self, input: Option<Vec<String>>) -> Self
pub fn set_identities(self, input: Option<Vec<String>>) -> Self
A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: user@example.com, example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
sourcepub fn build(self) -> Result<GetIdentityNotificationAttributesInput, BuildError>
pub fn build(self) -> Result<GetIdentityNotificationAttributesInput, BuildError>
Consumes the builder and constructs a GetIdentityNotificationAttributesInput.
Trait Implementations§
source§impl Clone for GetIdentityNotificationAttributesInputBuilder
impl Clone for GetIdentityNotificationAttributesInputBuilder
source§fn clone(&self) -> GetIdentityNotificationAttributesInputBuilder
fn clone(&self) -> GetIdentityNotificationAttributesInputBuilder
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 GetIdentityNotificationAttributesInputBuilder
impl Default for GetIdentityNotificationAttributesInputBuilder
source§fn default() -> GetIdentityNotificationAttributesInputBuilder
fn default() -> GetIdentityNotificationAttributesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetIdentityNotificationAttributesInputBuilder> for GetIdentityNotificationAttributesInputBuilder
impl PartialEq<GetIdentityNotificationAttributesInputBuilder> for GetIdentityNotificationAttributesInputBuilder
source§fn eq(&self, other: &GetIdentityNotificationAttributesInputBuilder) -> bool
fn eq(&self, other: &GetIdentityNotificationAttributesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetIdentityNotificationAttributesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetIdentityNotificationAttributesInputBuilder
impl Send for GetIdentityNotificationAttributesInputBuilder
impl Sync for GetIdentityNotificationAttributesInputBuilder
impl Unpin for GetIdentityNotificationAttributesInputBuilder
impl UnwindSafe for GetIdentityNotificationAttributesInputBuilder
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