Struct aws_sdk_connect::model::HierarchyLevelUpdate
source · #[non_exhaustive]pub struct HierarchyLevelUpdate { /* private fields */ }
Expand description
Contains information about the hierarchy level to update.
Implementations§
source§impl HierarchyLevelUpdate
impl HierarchyLevelUpdate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HierarchyLevelUpdate
.
Trait Implementations§
source§impl Clone for HierarchyLevelUpdate
impl Clone for HierarchyLevelUpdate
source§fn clone(&self) -> HierarchyLevelUpdate
fn clone(&self) -> HierarchyLevelUpdate
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