Struct aws_sdk_amplifybackend::types::builders::SmsSettingsBuilder   
source · #[non_exhaustive]pub struct SmsSettingsBuilder { /* private fields */ }Expand description
A builder for SmsSettings.
Implementations§
source§impl SmsSettingsBuilder
 
impl SmsSettingsBuilder
sourcepub fn sms_message(self, input: impl Into<String>) -> Self
 
pub fn sms_message(self, input: impl Into<String>) -> Self
The contents of the SMS message.
sourcepub fn set_sms_message(self, input: Option<String>) -> Self
 
pub fn set_sms_message(self, input: Option<String>) -> Self
The contents of the SMS message.
sourcepub fn get_sms_message(&self) -> &Option<String>
 
pub fn get_sms_message(&self) -> &Option<String>
The contents of the SMS message.
sourcepub fn build(self) -> SmsSettings
 
pub fn build(self) -> SmsSettings
Consumes the builder and constructs a SmsSettings.
Trait Implementations§
source§impl Clone for SmsSettingsBuilder
 
impl Clone for SmsSettingsBuilder
source§fn clone(&self) -> SmsSettingsBuilder
 
fn clone(&self) -> SmsSettingsBuilder
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 SmsSettingsBuilder
 
impl Debug for SmsSettingsBuilder
source§impl Default for SmsSettingsBuilder
 
impl Default for SmsSettingsBuilder
source§fn default() -> SmsSettingsBuilder
 
fn default() -> SmsSettingsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SmsSettingsBuilder
 
impl PartialEq for SmsSettingsBuilder
source§fn eq(&self, other: &SmsSettingsBuilder) -> bool
 
fn eq(&self, other: &SmsSettingsBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SmsSettingsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SmsSettingsBuilder
impl Send for SmsSettingsBuilder
impl Sync for SmsSettingsBuilder
impl Unpin for SmsSettingsBuilder
impl UnwindSafe for SmsSettingsBuilder
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