Struct aws_sdk_lexmodelsv2::model::PlainTextMessage
source · #[non_exhaustive]pub struct PlainTextMessage { /* private fields */ }Expand description
Defines an ASCII text message to send to the user.
Implementations§
source§impl PlainTextMessage
impl PlainTextMessage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PlainTextMessage.
Trait Implementations§
source§impl Clone for PlainTextMessage
impl Clone for PlainTextMessage
source§fn clone(&self) -> PlainTextMessage
fn clone(&self) -> PlainTextMessage
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