#[non_exhaustive]pub struct CreateUserInputBuilder { /* private fields */ }Expand description
A builder for CreateUserInput.
Implementations§
Source§impl CreateUserInputBuilder
impl CreateUserInputBuilder
Sourcepub fn identity_store_id(self, input: impl Into<String>) -> Self
pub fn identity_store_id(self, input: impl Into<String>) -> Self
The globally unique identifier for the identity store.
This field is required.Sourcepub fn set_identity_store_id(self, input: Option<String>) -> Self
pub fn set_identity_store_id(self, input: Option<String>) -> Self
The globally unique identifier for the identity store.
Sourcepub fn get_identity_store_id(&self) -> &Option<String>
pub fn get_identity_store_id(&self) -> &Option<String>
The globally unique identifier for the identity store.
Sourcepub fn user_name(self, input: impl Into<String>) -> Self
pub fn user_name(self, input: impl Into<String>) -> Self
A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.
Sourcepub fn set_user_name(self, input: Option<String>) -> Self
pub fn set_user_name(self, input: Option<String>) -> Self
A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.
Sourcepub fn get_user_name(&self) -> &Option<String>
pub fn get_user_name(&self) -> &Option<String>
A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.
Sourcepub fn name(self, input: Name) -> Self
pub fn name(self, input: Name) -> Self
An object containing the name of the user. When used in IAM Identity Center, this parameter is required.
Sourcepub fn set_name(self, input: Option<Name>) -> Self
pub fn set_name(self, input: Option<Name>) -> Self
An object containing the name of the user. When used in IAM Identity Center, this parameter is required.
Sourcepub fn get_name(&self) -> &Option<Name>
pub fn get_name(&self) -> &Option<Name>
An object containing the name of the user. When used in IAM Identity Center, this parameter is required.
Sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
A string containing the name of the user. This value is typically formatted for display when the user is referenced. For example, "John Doe." When used in IAM Identity Center, this parameter is required.
Sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
A string containing the name of the user. This value is typically formatted for display when the user is referenced. For example, "John Doe." When used in IAM Identity Center, this parameter is required.
Sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
A string containing the name of the user. This value is typically formatted for display when the user is referenced. For example, "John Doe." When used in IAM Identity Center, this parameter is required.
Sourcepub fn nick_name(self, input: impl Into<String>) -> Self
pub fn nick_name(self, input: impl Into<String>) -> Self
A string containing an alternate name for the user.
Sourcepub fn set_nick_name(self, input: Option<String>) -> Self
pub fn set_nick_name(self, input: Option<String>) -> Self
A string containing an alternate name for the user.
Sourcepub fn get_nick_name(&self) -> &Option<String>
pub fn get_nick_name(&self) -> &Option<String>
A string containing an alternate name for the user.
Sourcepub fn profile_url(self, input: impl Into<String>) -> Self
pub fn profile_url(self, input: impl Into<String>) -> Self
A string containing a URL that might be associated with the user.
Sourcepub fn set_profile_url(self, input: Option<String>) -> Self
pub fn set_profile_url(self, input: Option<String>) -> Self
A string containing a URL that might be associated with the user.
Sourcepub fn get_profile_url(&self) -> &Option<String>
pub fn get_profile_url(&self) -> &Option<String>
A string containing a URL that might be associated with the user.
Sourcepub fn emails(self, input: Email) -> Self
pub fn emails(self, input: Email) -> Self
Appends an item to emails.
To override the contents of this collection use set_emails.
A list of Email objects containing email addresses associated with the user.
Sourcepub fn set_emails(self, input: Option<Vec<Email>>) -> Self
pub fn set_emails(self, input: Option<Vec<Email>>) -> Self
A list of Email objects containing email addresses associated with the user.
Sourcepub fn get_emails(&self) -> &Option<Vec<Email>>
pub fn get_emails(&self) -> &Option<Vec<Email>>
A list of Email objects containing email addresses associated with the user.
Sourcepub fn addresses(self, input: Address) -> Self
pub fn addresses(self, input: Address) -> Self
Appends an item to addresses.
To override the contents of this collection use set_addresses.
A list of Address objects containing addresses associated with the user.
Sourcepub fn set_addresses(self, input: Option<Vec<Address>>) -> Self
pub fn set_addresses(self, input: Option<Vec<Address>>) -> Self
A list of Address objects containing addresses associated with the user.
Sourcepub fn get_addresses(&self) -> &Option<Vec<Address>>
pub fn get_addresses(&self) -> &Option<Vec<Address>>
A list of Address objects containing addresses associated with the user.
Sourcepub fn phone_numbers(self, input: PhoneNumber) -> Self
pub fn phone_numbers(self, input: PhoneNumber) -> Self
Appends an item to phone_numbers.
To override the contents of this collection use set_phone_numbers.
A list of PhoneNumber objects containing phone numbers associated with the user.
Sourcepub fn set_phone_numbers(self, input: Option<Vec<PhoneNumber>>) -> Self
pub fn set_phone_numbers(self, input: Option<Vec<PhoneNumber>>) -> Self
A list of PhoneNumber objects containing phone numbers associated with the user.
Sourcepub fn get_phone_numbers(&self) -> &Option<Vec<PhoneNumber>>
pub fn get_phone_numbers(&self) -> &Option<Vec<PhoneNumber>>
A list of PhoneNumber objects containing phone numbers associated with the user.
Sourcepub fn user_type(self, input: impl Into<String>) -> Self
pub fn user_type(self, input: impl Into<String>) -> Self
A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.
Sourcepub fn set_user_type(self, input: Option<String>) -> Self
pub fn set_user_type(self, input: Option<String>) -> Self
A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.
Sourcepub fn get_user_type(&self) -> &Option<String>
pub fn get_user_type(&self) -> &Option<String>
A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.
Sourcepub fn title(self, input: impl Into<String>) -> Self
pub fn title(self, input: impl Into<String>) -> Self
A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
Sourcepub fn set_title(self, input: Option<String>) -> Self
pub fn set_title(self, input: Option<String>) -> Self
A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
Sourcepub fn get_title(&self) -> &Option<String>
pub fn get_title(&self) -> &Option<String>
A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
Sourcepub fn preferred_language(self, input: impl Into<String>) -> Self
pub fn preferred_language(self, input: impl Into<String>) -> Self
A string containing the preferred language of the user. For example, "American English" or "en-us."
Sourcepub fn set_preferred_language(self, input: Option<String>) -> Self
pub fn set_preferred_language(self, input: Option<String>) -> Self
A string containing the preferred language of the user. For example, "American English" or "en-us."
Sourcepub fn get_preferred_language(&self) -> &Option<String>
pub fn get_preferred_language(&self) -> &Option<String>
A string containing the preferred language of the user. For example, "American English" or "en-us."
Sourcepub fn locale(self, input: impl Into<String>) -> Self
pub fn locale(self, input: impl Into<String>) -> Self
A string containing the geographical region or location of the user.
Sourcepub fn set_locale(self, input: Option<String>) -> Self
pub fn set_locale(self, input: Option<String>) -> Self
A string containing the geographical region or location of the user.
Sourcepub fn get_locale(&self) -> &Option<String>
pub fn get_locale(&self) -> &Option<String>
A string containing the geographical region or location of the user.
Sourcepub fn timezone(self, input: impl Into<String>) -> Self
pub fn timezone(self, input: impl Into<String>) -> Self
A string containing the time zone of the user.
Sourcepub fn set_timezone(self, input: Option<String>) -> Self
pub fn set_timezone(self, input: Option<String>) -> Self
A string containing the time zone of the user.
Sourcepub fn get_timezone(&self) -> &Option<String>
pub fn get_timezone(&self) -> &Option<String>
A string containing the time zone of the user.
Sourcepub fn photos(self, input: Photo) -> Self
pub fn photos(self, input: Photo) -> Self
Appends an item to photos.
To override the contents of this collection use set_photos.
A list of photos associated with the user. You can add up to 3 photos per user. Each photo can include a value, type, display name, and primary designation.
Sourcepub fn set_photos(self, input: Option<Vec<Photo>>) -> Self
pub fn set_photos(self, input: Option<Vec<Photo>>) -> Self
A list of photos associated with the user. You can add up to 3 photos per user. Each photo can include a value, type, display name, and primary designation.
Sourcepub fn get_photos(&self) -> &Option<Vec<Photo>>
pub fn get_photos(&self) -> &Option<Vec<Photo>>
A list of photos associated with the user. You can add up to 3 photos per user. Each photo can include a value, type, display name, and primary designation.
Sourcepub fn website(self, input: impl Into<String>) -> Self
pub fn website(self, input: impl Into<String>) -> Self
The user's personal website or blog URL. This field allows users to provide a link to their personal or professional website.
Sourcepub fn set_website(self, input: Option<String>) -> Self
pub fn set_website(self, input: Option<String>) -> Self
The user's personal website or blog URL. This field allows users to provide a link to their personal or professional website.
Sourcepub fn get_website(&self) -> &Option<String>
pub fn get_website(&self) -> &Option<String>
The user's personal website or blog URL. This field allows users to provide a link to their personal or professional website.
Sourcepub fn birthdate(self, input: impl Into<String>) -> Self
pub fn birthdate(self, input: impl Into<String>) -> Self
The user's birthdate in YYYY-MM-DD format. This field supports standard date format for storing personal information.
Sourcepub fn set_birthdate(self, input: Option<String>) -> Self
pub fn set_birthdate(self, input: Option<String>) -> Self
The user's birthdate in YYYY-MM-DD format. This field supports standard date format for storing personal information.
Sourcepub fn get_birthdate(&self) -> &Option<String>
pub fn get_birthdate(&self) -> &Option<String>
The user's birthdate in YYYY-MM-DD format. This field supports standard date format for storing personal information.
Sourcepub fn build(self) -> Result<CreateUserInput, BuildError>
pub fn build(self) -> Result<CreateUserInput, BuildError>
Consumes the builder and constructs a CreateUserInput.
Source§impl CreateUserInputBuilder
impl CreateUserInputBuilder
Sourcepub async fn send_with(
self,
client: &Client,
) -> Result<CreateUserOutput, SdkError<CreateUserError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<CreateUserOutput, SdkError<CreateUserError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
Source§impl Clone for CreateUserInputBuilder
impl Clone for CreateUserInputBuilder
Source§fn clone(&self) -> CreateUserInputBuilder
fn clone(&self) -> CreateUserInputBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for CreateUserInputBuilder
impl Debug for CreateUserInputBuilder
Source§impl Default for CreateUserInputBuilder
impl Default for CreateUserInputBuilder
Source§fn default() -> CreateUserInputBuilder
fn default() -> CreateUserInputBuilder
Source§impl PartialEq for CreateUserInputBuilder
impl PartialEq for CreateUserInputBuilder
impl StructuralPartialEq for CreateUserInputBuilder
Auto Trait Implementations§
impl Freeze for CreateUserInputBuilder
impl RefUnwindSafe for CreateUserInputBuilder
impl Send for CreateUserInputBuilder
impl Sync for CreateUserInputBuilder
impl Unpin for CreateUserInputBuilder
impl UnwindSafe for CreateUserInputBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self with the foreground set to
value.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red() and
green(), which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg():
use yansi::{Paint, Color};
painted.fg(Color::White);Set foreground color to white using white().
use yansi::Paint;
painted.white();Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self with the background set to
value.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red() and
on_green(), which have the same functionality but
are pithier.
§Example
Set background color to red using fg():
use yansi::{Paint, Color};
painted.bg(Color::Red);Set background color to red using on_red().
use yansi::Paint;
painted.on_red();Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute value.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold() and
underline(), which have the same functionality
but are pithier.
§Example
Make text bold using attr():
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);Make text bold using using bold().
use yansi::Paint;
painted.bold();Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi Quirk value.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask() and
wrap(), which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk():
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);Enable wrapping using wrap().
use yansi::Paint;
painted.wrap();Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting() due to conflicts with Vec::clear().
The clear() method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting() due to conflicts with Vec::clear().
The clear() method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted only when both stdout and stderr are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);