Struct aws_sdk_sagemaker::operation::describe_user_profile::builders::DescribeUserProfileOutputBuilder
source · #[non_exhaustive]pub struct DescribeUserProfileOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeUserProfileOutput
.
Implementations§
source§impl DescribeUserProfileOutputBuilder
impl DescribeUserProfileOutputBuilder
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The ID of the domain that contains the profile.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The ID of the domain that contains the profile.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The ID of the domain that contains the profile.
sourcepub fn user_profile_arn(self, input: impl Into<String>) -> Self
pub fn user_profile_arn(self, input: impl Into<String>) -> Self
The user profile Amazon Resource Name (ARN).
sourcepub fn set_user_profile_arn(self, input: Option<String>) -> Self
pub fn set_user_profile_arn(self, input: Option<String>) -> Self
The user profile Amazon Resource Name (ARN).
sourcepub fn get_user_profile_arn(&self) -> &Option<String>
pub fn get_user_profile_arn(&self) -> &Option<String>
The user profile Amazon Resource Name (ARN).
sourcepub fn user_profile_name(self, input: impl Into<String>) -> Self
pub fn user_profile_name(self, input: impl Into<String>) -> Self
The user profile name.
sourcepub fn set_user_profile_name(self, input: Option<String>) -> Self
pub fn set_user_profile_name(self, input: Option<String>) -> Self
The user profile name.
sourcepub fn get_user_profile_name(&self) -> &Option<String>
pub fn get_user_profile_name(&self) -> &Option<String>
The user profile name.
sourcepub fn home_efs_file_system_uid(self, input: impl Into<String>) -> Self
pub fn home_efs_file_system_uid(self, input: impl Into<String>) -> Self
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
sourcepub fn set_home_efs_file_system_uid(self, input: Option<String>) -> Self
pub fn set_home_efs_file_system_uid(self, input: Option<String>) -> Self
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
sourcepub fn get_home_efs_file_system_uid(&self) -> &Option<String>
pub fn get_home_efs_file_system_uid(&self) -> &Option<String>
The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
sourcepub fn status(self, input: UserProfileStatus) -> Self
pub fn status(self, input: UserProfileStatus) -> Self
The status.
sourcepub fn set_status(self, input: Option<UserProfileStatus>) -> Self
pub fn set_status(self, input: Option<UserProfileStatus>) -> Self
The status.
sourcepub fn get_status(&self) -> &Option<UserProfileStatus>
pub fn get_status(&self) -> &Option<UserProfileStatus>
The status.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The last modified time.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The last modified time.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The last modified time.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The creation time.
sourcepub fn failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
The failure reason.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
The failure reason.
sourcepub fn get_failure_reason(&self) -> &Option<String>
pub fn get_failure_reason(&self) -> &Option<String>
The failure reason.
sourcepub fn single_sign_on_user_identifier(self, input: impl Into<String>) -> Self
pub fn single_sign_on_user_identifier(self, input: impl Into<String>) -> Self
The IAM Identity Center user identifier.
sourcepub fn set_single_sign_on_user_identifier(self, input: Option<String>) -> Self
pub fn set_single_sign_on_user_identifier(self, input: Option<String>) -> Self
The IAM Identity Center user identifier.
sourcepub fn get_single_sign_on_user_identifier(&self) -> &Option<String>
pub fn get_single_sign_on_user_identifier(&self) -> &Option<String>
The IAM Identity Center user identifier.
sourcepub fn single_sign_on_user_value(self, input: impl Into<String>) -> Self
pub fn single_sign_on_user_value(self, input: impl Into<String>) -> Self
The IAM Identity Center user value.
sourcepub fn set_single_sign_on_user_value(self, input: Option<String>) -> Self
pub fn set_single_sign_on_user_value(self, input: Option<String>) -> Self
The IAM Identity Center user value.
sourcepub fn get_single_sign_on_user_value(&self) -> &Option<String>
pub fn get_single_sign_on_user_value(&self) -> &Option<String>
The IAM Identity Center user value.
sourcepub fn user_settings(self, input: UserSettings) -> Self
pub fn user_settings(self, input: UserSettings) -> Self
A collection of settings.
sourcepub fn set_user_settings(self, input: Option<UserSettings>) -> Self
pub fn set_user_settings(self, input: Option<UserSettings>) -> Self
A collection of settings.
sourcepub fn get_user_settings(&self) -> &Option<UserSettings>
pub fn get_user_settings(&self) -> &Option<UserSettings>
A collection of settings.
sourcepub fn build(self) -> DescribeUserProfileOutput
pub fn build(self) -> DescribeUserProfileOutput
Consumes the builder and constructs a DescribeUserProfileOutput
.
Trait Implementations§
source§impl Clone for DescribeUserProfileOutputBuilder
impl Clone for DescribeUserProfileOutputBuilder
source§fn clone(&self) -> DescribeUserProfileOutputBuilder
fn clone(&self) -> DescribeUserProfileOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeUserProfileOutputBuilder
impl Default for DescribeUserProfileOutputBuilder
source§fn default() -> DescribeUserProfileOutputBuilder
fn default() -> DescribeUserProfileOutputBuilder
source§impl PartialEq for DescribeUserProfileOutputBuilder
impl PartialEq for DescribeUserProfileOutputBuilder
source§fn eq(&self, other: &DescribeUserProfileOutputBuilder) -> bool
fn eq(&self, other: &DescribeUserProfileOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.