#[non_exhaustive]pub struct ListUsersOutputBuilder { /* private fields */ }Expand description
A builder for ListUsersOutput.
Implementations§
source§impl ListUsersOutputBuilder
impl ListUsersOutputBuilder
sourcepub fn users(self, input: User) -> Self
pub fn users(self, input: User) -> Self
Appends an item to users.
To override the contents of this collection use set_users.
The overview of users for an organization.
sourcepub fn set_users(self, input: Option<Vec<User>>) -> Self
pub fn set_users(self, input: Option<Vec<User>>) -> Self
The overview of users for an organization.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is `null` when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is `null` when there are no more results to return.
sourcepub fn build(self) -> ListUsersOutput
pub fn build(self) -> ListUsersOutput
Consumes the builder and constructs a ListUsersOutput.
Trait Implementations§
source§impl Clone for ListUsersOutputBuilder
impl Clone for ListUsersOutputBuilder
source§fn clone(&self) -> ListUsersOutputBuilder
fn clone(&self) -> ListUsersOutputBuilder
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 ListUsersOutputBuilder
impl Debug for ListUsersOutputBuilder
source§impl Default for ListUsersOutputBuilder
impl Default for ListUsersOutputBuilder
source§fn default() -> ListUsersOutputBuilder
fn default() -> ListUsersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListUsersOutputBuilder> for ListUsersOutputBuilder
impl PartialEq<ListUsersOutputBuilder> for ListUsersOutputBuilder
source§fn eq(&self, other: &ListUsersOutputBuilder) -> bool
fn eq(&self, other: &ListUsersOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.