Struct aws_sdk_workspacesweb::input::GetUserSettingsInput
source · #[non_exhaustive]pub struct GetUserSettingsInput { /* private fields */ }
Implementations§
source§impl GetUserSettingsInput
impl GetUserSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUserSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUserSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetUserSettings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUserSettingsInput
.
source§impl GetUserSettingsInput
impl GetUserSettingsInput
sourcepub fn user_settings_arn(&self) -> Option<&str>
pub fn user_settings_arn(&self) -> Option<&str>
The ARN of the user settings.
Trait Implementations§
source§impl Clone for GetUserSettingsInput
impl Clone for GetUserSettingsInput
source§fn clone(&self) -> GetUserSettingsInput
fn clone(&self) -> GetUserSettingsInput
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 GetUserSettingsInput
impl Debug for GetUserSettingsInput
source§impl PartialEq<GetUserSettingsInput> for GetUserSettingsInput
impl PartialEq<GetUserSettingsInput> for GetUserSettingsInput
source§fn eq(&self, other: &GetUserSettingsInput) -> bool
fn eq(&self, other: &GetUserSettingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.