#[non_exhaustive]pub struct SearchGroupsInput { /* private fields */ }Implementations§
source§impl SearchGroupsInput
impl SearchGroupsInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token that can be used in a subsequent request.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return from this request.
sourcepub fn filters(&self) -> Option<&[GroupSearchFilter]>
pub fn filters(&self) -> Option<&[GroupSearchFilter]>
The structure for the search filters that you want to apply to your search.
source§impl SearchGroupsInput
impl SearchGroupsInput
sourcepub fn builder() -> SearchGroupsInputBuilder
pub fn builder() -> SearchGroupsInputBuilder
Creates a new builder-style object to manufacture SearchGroupsInput.
source§impl SearchGroupsInput
impl SearchGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SearchGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SearchGroups>
Trait Implementations§
source§impl Clone for SearchGroupsInput
impl Clone for SearchGroupsInput
source§fn clone(&self) -> SearchGroupsInput
fn clone(&self) -> SearchGroupsInput
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 SearchGroupsInput
impl Debug for SearchGroupsInput
source§impl PartialEq<SearchGroupsInput> for SearchGroupsInput
impl PartialEq<SearchGroupsInput> for SearchGroupsInput
source§fn eq(&self, other: &SearchGroupsInput) -> bool
fn eq(&self, other: &SearchGroupsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SearchGroupsInput
Auto Trait Implementations§
impl RefUnwindSafe for SearchGroupsInput
impl Send for SearchGroupsInput
impl Sync for SearchGroupsInput
impl Unpin for SearchGroupsInput
impl UnwindSafe for SearchGroupsInput
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