Struct aws_sdk_workdocs::model::NotificationOptions
source · #[non_exhaustive]pub struct NotificationOptions { /* private fields */ }
Expand description
Set of options which defines notification preferences of given action.
Implementations§
source§impl NotificationOptions
impl NotificationOptions
sourcepub fn send_email(&self) -> bool
pub fn send_email(&self) -> bool
Boolean value to indicate an email notification should be sent to the receipients.
sourcepub fn email_message(&self) -> Option<&str>
pub fn email_message(&self) -> Option<&str>
Text value to be included in the email body.
source§impl NotificationOptions
impl NotificationOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotificationOptions
.
Trait Implementations§
source§impl Clone for NotificationOptions
impl Clone for NotificationOptions
source§fn clone(&self) -> NotificationOptions
fn clone(&self) -> NotificationOptions
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 more