#[non_exhaustive]pub struct DescribeUsersOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeUsersOutput
.
Implementations§
source§impl DescribeUsersOutputBuilder
impl DescribeUsersOutputBuilder
sourcepub fn total_number_of_users(self, input: i64) -> Self
👎Deprecated
pub fn total_number_of_users(self, input: i64) -> Self
The total number of users included in the results.
sourcepub fn set_total_number_of_users(self, input: Option<i64>) -> Self
👎Deprecated
pub fn set_total_number_of_users(self, input: Option<i64>) -> Self
The total number of users included in the results.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn build(self) -> DescribeUsersOutput
pub fn build(self) -> DescribeUsersOutput
Consumes the builder and constructs a DescribeUsersOutput
.
Trait Implementations§
source§impl Clone for DescribeUsersOutputBuilder
impl Clone for DescribeUsersOutputBuilder
source§fn clone(&self) -> DescribeUsersOutputBuilder
fn clone(&self) -> DescribeUsersOutputBuilder
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 DescribeUsersOutputBuilder
impl Debug for DescribeUsersOutputBuilder
source§impl Default for DescribeUsersOutputBuilder
impl Default for DescribeUsersOutputBuilder
source§fn default() -> DescribeUsersOutputBuilder
fn default() -> DescribeUsersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeUsersOutputBuilder> for DescribeUsersOutputBuilder
impl PartialEq<DescribeUsersOutputBuilder> for DescribeUsersOutputBuilder
source§fn eq(&self, other: &DescribeUsersOutputBuilder) -> bool
fn eq(&self, other: &DescribeUsersOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.