#[non_exhaustive]pub struct DescribeUserInputBuilder { /* private fields */ }Expand description
A builder for DescribeUserInput.
Implementations§
source§impl DescribeUserInputBuilder
impl DescribeUserInputBuilder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The identifier for the organization under which the user exists.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The identifier for the organization under which the user exists.
sourcepub fn user_id(self, input: impl Into<String>) -> Self
pub fn user_id(self, input: impl Into<String>) -> Self
The identifier for the user to be described.
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The identifier for the user to be described.
sourcepub fn build(self) -> Result<DescribeUserInput, BuildError>
pub fn build(self) -> Result<DescribeUserInput, BuildError>
Consumes the builder and constructs a DescribeUserInput.
Trait Implementations§
source§impl Clone for DescribeUserInputBuilder
impl Clone for DescribeUserInputBuilder
source§fn clone(&self) -> DescribeUserInputBuilder
fn clone(&self) -> DescribeUserInputBuilder
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 DescribeUserInputBuilder
impl Debug for DescribeUserInputBuilder
source§impl Default for DescribeUserInputBuilder
impl Default for DescribeUserInputBuilder
source§fn default() -> DescribeUserInputBuilder
fn default() -> DescribeUserInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeUserInputBuilder> for DescribeUserInputBuilder
impl PartialEq<DescribeUserInputBuilder> for DescribeUserInputBuilder
source§fn eq(&self, other: &DescribeUserInputBuilder) -> bool
fn eq(&self, other: &DescribeUserInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.