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 moresource§impl Debug for PlainTextMessage
impl Debug for PlainTextMessage
source§impl PartialEq<PlainTextMessage> for PlainTextMessage
impl PartialEq<PlainTextMessage> for PlainTextMessage
source§fn eq(&self, other: &PlainTextMessage) -> bool
fn eq(&self, other: &PlainTextMessage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.