#[non_exhaustive]pub struct ListUserProfilesInput { /* private fields */ }
Implementations§
source§impl ListUserProfilesInput
impl ListUserProfilesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The continuation token for the next set of results, if the results cannot be returned in one response.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a response.
source§impl ListUserProfilesInput
impl ListUserProfilesInput
sourcepub fn builder() -> ListUserProfilesInputBuilder
pub fn builder() -> ListUserProfilesInputBuilder
Creates a new builder-style object to manufacture ListUserProfilesInput
.
source§impl ListUserProfilesInput
impl ListUserProfilesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListUserProfiles, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListUserProfiles, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListUserProfiles
>
Trait Implementations§
source§impl Clone for ListUserProfilesInput
impl Clone for ListUserProfilesInput
source§fn clone(&self) -> ListUserProfilesInput
fn clone(&self) -> ListUserProfilesInput
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 ListUserProfilesInput
impl Debug for ListUserProfilesInput
source§impl PartialEq<ListUserProfilesInput> for ListUserProfilesInput
impl PartialEq<ListUserProfilesInput> for ListUserProfilesInput
source§fn eq(&self, other: &ListUserProfilesInput) -> bool
fn eq(&self, other: &ListUserProfilesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListUserProfilesInput
Auto Trait Implementations§
impl RefUnwindSafe for ListUserProfilesInput
impl Send for ListUserProfilesInput
impl Sync for ListUserProfilesInput
impl Unpin for ListUserProfilesInput
impl UnwindSafe for ListUserProfilesInput
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