Struct aws_sdk_codestar::operation::list_user_profiles::builders::ListUserProfilesOutputBuilder
source · #[non_exhaustive]pub struct ListUserProfilesOutputBuilder { /* private fields */ }Expand description
A builder for ListUserProfilesOutput.
Implementations§
source§impl ListUserProfilesOutputBuilder
impl ListUserProfilesOutputBuilder
sourcepub fn user_profiles(self, input: UserProfileSummary) -> Self
pub fn user_profiles(self, input: UserProfileSummary) -> Self
Appends an item to user_profiles.
To override the contents of this collection use set_user_profiles.
All the user profiles configured in AWS CodeStar for an AWS account.
sourcepub fn set_user_profiles(self, input: Option<Vec<UserProfileSummary>>) -> Self
pub fn set_user_profiles(self, input: Option<Vec<UserProfileSummary>>) -> Self
All the user profiles configured in AWS CodeStar for an AWS account.
sourcepub fn get_user_profiles(&self) -> &Option<Vec<UserProfileSummary>>
pub fn get_user_profiles(&self) -> &Option<Vec<UserProfileSummary>>
All the user profiles configured in AWS CodeStar for an AWS account.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The continuation token to use when requesting the next set of results, if there are more results to be returned.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The continuation token to use when requesting the next set of results, if there are more results to be returned.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The continuation token to use when requesting the next set of results, if there are more results to be returned.
sourcepub fn build(self) -> ListUserProfilesOutput
pub fn build(self) -> ListUserProfilesOutput
Consumes the builder and constructs a ListUserProfilesOutput.
Trait Implementations§
source§impl Clone for ListUserProfilesOutputBuilder
impl Clone for ListUserProfilesOutputBuilder
source§fn clone(&self) -> ListUserProfilesOutputBuilder
fn clone(&self) -> ListUserProfilesOutputBuilder
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 ListUserProfilesOutputBuilder
impl Default for ListUserProfilesOutputBuilder
source§fn default() -> ListUserProfilesOutputBuilder
fn default() -> ListUserProfilesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListUserProfilesOutputBuilder
impl PartialEq for ListUserProfilesOutputBuilder
source§fn eq(&self, other: &ListUserProfilesOutputBuilder) -> bool
fn eq(&self, other: &ListUserProfilesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListUserProfilesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListUserProfilesOutputBuilder
impl Send for ListUserProfilesOutputBuilder
impl Sync for ListUserProfilesOutputBuilder
impl Unpin for ListUserProfilesOutputBuilder
impl UnwindSafe for ListUserProfilesOutputBuilder
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