#[non_exhaustive]pub struct SearchGroupsOutputBuilder { /* private fields */ }Expand description
A builder for SearchGroupsOutput.
Implementations§
source§impl SearchGroupsOutputBuilder
impl SearchGroupsOutputBuilder
sourcepub fn group_list(self, input: Group) -> Self
pub fn group_list(self, input: Group) -> Self
Appends an item to group_list.
To override the contents of this collection use set_group_list.
A list of groups in a specified namespace that match the filters you set in your SearchGroups request.
sourcepub fn set_group_list(self, input: Option<Vec<Group>>) -> Self
pub fn set_group_list(self, input: Option<Vec<Group>>) -> Self
A list of groups in a specified namespace that match the filters you set in your SearchGroups request.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A pagination token that can be used in a subsequent request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A pagination token that can be used in a subsequent request.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn build(self) -> SearchGroupsOutput
pub fn build(self) -> SearchGroupsOutput
Consumes the builder and constructs a SearchGroupsOutput.
Trait Implementations§
source§impl Clone for SearchGroupsOutputBuilder
impl Clone for SearchGroupsOutputBuilder
source§fn clone(&self) -> SearchGroupsOutputBuilder
fn clone(&self) -> SearchGroupsOutputBuilder
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 Debug for SearchGroupsOutputBuilder
impl Debug for SearchGroupsOutputBuilder
source§impl Default for SearchGroupsOutputBuilder
impl Default for SearchGroupsOutputBuilder
source§fn default() -> SearchGroupsOutputBuilder
fn default() -> SearchGroupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SearchGroupsOutputBuilder> for SearchGroupsOutputBuilder
impl PartialEq<SearchGroupsOutputBuilder> for SearchGroupsOutputBuilder
source§fn eq(&self, other: &SearchGroupsOutputBuilder) -> bool
fn eq(&self, other: &SearchGroupsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SearchGroupsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SearchGroupsOutputBuilder
impl Send for SearchGroupsOutputBuilder
impl Sync for SearchGroupsOutputBuilder
impl Unpin for SearchGroupsOutputBuilder
impl UnwindSafe for SearchGroupsOutputBuilder
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