Struct aws_sdk_datazone::operation::search_user_profiles::builders::SearchUserProfilesOutputBuilder
source · #[non_exhaustive]pub struct SearchUserProfilesOutputBuilder { /* private fields */ }
Expand description
A builder for SearchUserProfilesOutput
.
Implementations§
source§impl SearchUserProfilesOutputBuilder
impl SearchUserProfilesOutputBuilder
sourcepub fn items(self, input: UserProfileSummary) -> Self
pub fn items(self, input: UserProfileSummary) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The results of the SearchUserProfiles
action.
sourcepub fn set_items(self, input: Option<Vec<UserProfileSummary>>) -> Self
pub fn set_items(self, input: Option<Vec<UserProfileSummary>>) -> Self
The results of the SearchUserProfiles
action.
sourcepub fn get_items(&self) -> &Option<Vec<UserProfileSummary>>
pub fn get_items(&self) -> &Option<Vec<UserProfileSummary>>
The results of the SearchUserProfiles
action.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
When the number of results is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of results, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to SearchUserProfiles
to list the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
When the number of results is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of results, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to SearchUserProfiles
to list the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
When the number of results is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of results, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to SearchUserProfiles
to list the next set of results.
sourcepub fn build(self) -> SearchUserProfilesOutput
pub fn build(self) -> SearchUserProfilesOutput
Consumes the builder and constructs a SearchUserProfilesOutput
.
Trait Implementations§
source§impl Clone for SearchUserProfilesOutputBuilder
impl Clone for SearchUserProfilesOutputBuilder
source§fn clone(&self) -> SearchUserProfilesOutputBuilder
fn clone(&self) -> SearchUserProfilesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for SearchUserProfilesOutputBuilder
impl Default for SearchUserProfilesOutputBuilder
source§fn default() -> SearchUserProfilesOutputBuilder
fn default() -> SearchUserProfilesOutputBuilder
source§impl PartialEq for SearchUserProfilesOutputBuilder
impl PartialEq for SearchUserProfilesOutputBuilder
source§fn eq(&self, other: &SearchUserProfilesOutputBuilder) -> bool
fn eq(&self, other: &SearchUserProfilesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.