Struct aws_sdk_connect::operation::list_user_hierarchy_groups::builders::ListUserHierarchyGroupsOutputBuilder
source · #[non_exhaustive]pub struct ListUserHierarchyGroupsOutputBuilder { /* private fields */ }
Expand description
A builder for ListUserHierarchyGroupsOutput
.
Implementations§
source§impl ListUserHierarchyGroupsOutputBuilder
impl ListUserHierarchyGroupsOutputBuilder
sourcepub fn user_hierarchy_group_summary_list(
self,
input: HierarchyGroupSummary
) -> Self
pub fn user_hierarchy_group_summary_list( self, input: HierarchyGroupSummary ) -> Self
Appends an item to user_hierarchy_group_summary_list
.
To override the contents of this collection use set_user_hierarchy_group_summary_list
.
Information about the hierarchy groups.
sourcepub fn set_user_hierarchy_group_summary_list(
self,
input: Option<Vec<HierarchyGroupSummary>>
) -> Self
pub fn set_user_hierarchy_group_summary_list( self, input: Option<Vec<HierarchyGroupSummary>> ) -> Self
Information about the hierarchy groups.
sourcepub fn get_user_hierarchy_group_summary_list(
&self
) -> &Option<Vec<HierarchyGroupSummary>>
pub fn get_user_hierarchy_group_summary_list( &self ) -> &Option<Vec<HierarchyGroupSummary>>
Information about the hierarchy groups.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If there are additional results, this is the token for the next set of results.
sourcepub fn build(self) -> ListUserHierarchyGroupsOutput
pub fn build(self) -> ListUserHierarchyGroupsOutput
Consumes the builder and constructs a ListUserHierarchyGroupsOutput
.
Trait Implementations§
source§impl Clone for ListUserHierarchyGroupsOutputBuilder
impl Clone for ListUserHierarchyGroupsOutputBuilder
source§fn clone(&self) -> ListUserHierarchyGroupsOutputBuilder
fn clone(&self) -> ListUserHierarchyGroupsOutputBuilder
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 ListUserHierarchyGroupsOutputBuilder
impl Default for ListUserHierarchyGroupsOutputBuilder
source§fn default() -> ListUserHierarchyGroupsOutputBuilder
fn default() -> ListUserHierarchyGroupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListUserHierarchyGroupsOutputBuilder
impl PartialEq for ListUserHierarchyGroupsOutputBuilder
source§fn eq(&self, other: &ListUserHierarchyGroupsOutputBuilder) -> bool
fn eq(&self, other: &ListUserHierarchyGroupsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListUserHierarchyGroupsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListUserHierarchyGroupsOutputBuilder
impl Send for ListUserHierarchyGroupsOutputBuilder
impl Sync for ListUserHierarchyGroupsOutputBuilder
impl Unpin for ListUserHierarchyGroupsOutputBuilder
impl UnwindSafe for ListUserHierarchyGroupsOutputBuilder
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