Struct aws_sdk_lexmodelsv2::model::BotVersionSortBy
source · #[non_exhaustive]pub struct BotVersionSortBy { /* private fields */ }Expand description
Specifies attributes for sorting a list of bot versions.
Implementations§
source§impl BotVersionSortBy
impl BotVersionSortBy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BotVersionSortBy.
Trait Implementations§
source§impl Clone for BotVersionSortBy
impl Clone for BotVersionSortBy
source§fn clone(&self) -> BotVersionSortBy
fn clone(&self) -> BotVersionSortBy
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