Struct aws_sdk_workspaces::operation::modify_client_properties::builders::ModifyClientPropertiesInputBuilder
source · #[non_exhaustive]pub struct ModifyClientPropertiesInputBuilder { /* private fields */ }
Expand description
A builder for ModifyClientPropertiesInput
.
Implementations§
source§impl ModifyClientPropertiesInputBuilder
impl ModifyClientPropertiesInputBuilder
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The resource identifiers, in the form of directory IDs.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The resource identifiers, in the form of directory IDs.
sourcepub fn client_properties(self, input: ClientProperties) -> Self
pub fn client_properties(self, input: ClientProperties) -> Self
Information about the Amazon WorkSpaces client.
sourcepub fn set_client_properties(self, input: Option<ClientProperties>) -> Self
pub fn set_client_properties(self, input: Option<ClientProperties>) -> Self
Information about the Amazon WorkSpaces client.
sourcepub fn build(self) -> Result<ModifyClientPropertiesInput, BuildError>
pub fn build(self) -> Result<ModifyClientPropertiesInput, BuildError>
Consumes the builder and constructs a ModifyClientPropertiesInput
.
Trait Implementations§
source§impl Clone for ModifyClientPropertiesInputBuilder
impl Clone for ModifyClientPropertiesInputBuilder
source§fn clone(&self) -> ModifyClientPropertiesInputBuilder
fn clone(&self) -> ModifyClientPropertiesInputBuilder
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 Default for ModifyClientPropertiesInputBuilder
impl Default for ModifyClientPropertiesInputBuilder
source§fn default() -> ModifyClientPropertiesInputBuilder
fn default() -> ModifyClientPropertiesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyClientPropertiesInputBuilder> for ModifyClientPropertiesInputBuilder
impl PartialEq<ModifyClientPropertiesInputBuilder> for ModifyClientPropertiesInputBuilder
source§fn eq(&self, other: &ModifyClientPropertiesInputBuilder) -> bool
fn eq(&self, other: &ModifyClientPropertiesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.