Struct aws_sdk_connect::operation::update_user_hierarchy_structure::UpdateUserHierarchyStructureInput
source · #[non_exhaustive]pub struct UpdateUserHierarchyStructureInput { /* private fields */ }Implementations§
source§impl UpdateUserHierarchyStructureInput
impl UpdateUserHierarchyStructureInput
sourcepub fn hierarchy_structure(&self) -> Option<&HierarchyStructureUpdate>
pub fn hierarchy_structure(&self) -> Option<&HierarchyStructureUpdate>
The hierarchy levels to update.
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
source§impl UpdateUserHierarchyStructureInput
impl UpdateUserHierarchyStructureInput
sourcepub fn builder() -> UpdateUserHierarchyStructureInputBuilder
pub fn builder() -> UpdateUserHierarchyStructureInputBuilder
Creates a new builder-style object to manufacture UpdateUserHierarchyStructureInput.
source§impl UpdateUserHierarchyStructureInput
impl UpdateUserHierarchyStructureInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserHierarchyStructure, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateUserHierarchyStructure, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateUserHierarchyStructure>
Trait Implementations§
source§impl Clone for UpdateUserHierarchyStructureInput
impl Clone for UpdateUserHierarchyStructureInput
source§fn clone(&self) -> UpdateUserHierarchyStructureInput
fn clone(&self) -> UpdateUserHierarchyStructureInput
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 PartialEq<UpdateUserHierarchyStructureInput> for UpdateUserHierarchyStructureInput
impl PartialEq<UpdateUserHierarchyStructureInput> for UpdateUserHierarchyStructureInput
source§fn eq(&self, other: &UpdateUserHierarchyStructureInput) -> bool
fn eq(&self, other: &UpdateUserHierarchyStructureInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateUserHierarchyStructureInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserHierarchyStructureInput
impl Send for UpdateUserHierarchyStructureInput
impl Sync for UpdateUserHierarchyStructureInput
impl Unpin for UpdateUserHierarchyStructureInput
impl UnwindSafe for UpdateUserHierarchyStructureInput
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