Struct aws_sdk_connect::operation::describe_user_hierarchy_group::builders::DescribeUserHierarchyGroupInputBuilder
source · #[non_exhaustive]pub struct DescribeUserHierarchyGroupInputBuilder { /* private fields */ }
Expand description
A builder for DescribeUserHierarchyGroupInput
.
Implementations§
source§impl DescribeUserHierarchyGroupInputBuilder
impl DescribeUserHierarchyGroupInputBuilder
sourcepub fn hierarchy_group_id(self, input: impl Into<String>) -> Self
pub fn hierarchy_group_id(self, input: impl Into<String>) -> Self
The identifier of the hierarchy group.
sourcepub fn set_hierarchy_group_id(self, input: Option<String>) -> Self
pub fn set_hierarchy_group_id(self, input: Option<String>) -> Self
The identifier of the hierarchy group.
sourcepub fn get_hierarchy_group_id(&self) -> &Option<String>
pub fn get_hierarchy_group_id(&self) -> &Option<String>
The identifier of the hierarchy group.
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn get_instance_id(&self) -> &Option<String>
pub fn get_instance_id(&self) -> &Option<String>
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn build(self) -> Result<DescribeUserHierarchyGroupInput, BuildError>
pub fn build(self) -> Result<DescribeUserHierarchyGroupInput, BuildError>
Consumes the builder and constructs a DescribeUserHierarchyGroupInput
.
source§impl DescribeUserHierarchyGroupInputBuilder
impl DescribeUserHierarchyGroupInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeUserHierarchyGroupOutput, SdkError<DescribeUserHierarchyGroupError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeUserHierarchyGroupOutput, SdkError<DescribeUserHierarchyGroupError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeUserHierarchyGroupInputBuilder
impl Clone for DescribeUserHierarchyGroupInputBuilder
source§fn clone(&self) -> DescribeUserHierarchyGroupInputBuilder
fn clone(&self) -> DescribeUserHierarchyGroupInputBuilder
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 Default for DescribeUserHierarchyGroupInputBuilder
impl Default for DescribeUserHierarchyGroupInputBuilder
source§fn default() -> DescribeUserHierarchyGroupInputBuilder
fn default() -> DescribeUserHierarchyGroupInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeUserHierarchyGroupInputBuilder
impl PartialEq for DescribeUserHierarchyGroupInputBuilder
source§fn eq(&self, other: &DescribeUserHierarchyGroupInputBuilder) -> bool
fn eq(&self, other: &DescribeUserHierarchyGroupInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeUserHierarchyGroupInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeUserHierarchyGroupInputBuilder
impl Send for DescribeUserHierarchyGroupInputBuilder
impl Sync for DescribeUserHierarchyGroupInputBuilder
impl Unpin for DescribeUserHierarchyGroupInputBuilder
impl UnwindSafe for DescribeUserHierarchyGroupInputBuilder
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