Struct aws_sdk_workdocs::output::describe_users_output::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeUsersOutput.
Implementations
sourceimpl Builder
impl Builder
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
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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