Struct aws_sdk_codestar::input::ListUserProfilesInput
source · [−]#[non_exhaustive]pub struct ListUserProfilesInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListUserProfilesInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for ListUserProfilesInput
impl Clone for ListUserProfilesInput
sourcefn clone(&self) -> ListUserProfilesInput
fn clone(&self) -> ListUserProfilesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListUserProfilesInput
impl Debug for ListUserProfilesInput
sourceimpl PartialEq<ListUserProfilesInput> for ListUserProfilesInput
impl PartialEq<ListUserProfilesInput> for ListUserProfilesInput
sourcefn eq(&self, other: &ListUserProfilesInput) -> bool
fn eq(&self, other: &ListUserProfilesInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more