#[non_exhaustive]pub struct ModifyClientPropertiesInput { /* private fields */ }
Implementations§
source§impl ModifyClientPropertiesInput
impl ModifyClientPropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClientProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClientProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyClientProperties
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyClientPropertiesInput
.
source§impl ModifyClientPropertiesInput
impl ModifyClientPropertiesInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The resource identifiers, in the form of directory IDs.
sourcepub fn client_properties(&self) -> Option<&ClientProperties>
pub fn client_properties(&self) -> Option<&ClientProperties>
Information about the Amazon WorkSpaces client.
Trait Implementations§
source§impl Clone for ModifyClientPropertiesInput
impl Clone for ModifyClientPropertiesInput
source§fn clone(&self) -> ModifyClientPropertiesInput
fn clone(&self) -> ModifyClientPropertiesInput
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 ModifyClientPropertiesInput
impl Debug for ModifyClientPropertiesInput
source§impl PartialEq<ModifyClientPropertiesInput> for ModifyClientPropertiesInput
impl PartialEq<ModifyClientPropertiesInput> for ModifyClientPropertiesInput
source§fn eq(&self, other: &ModifyClientPropertiesInput) -> bool
fn eq(&self, other: &ModifyClientPropertiesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.