#[non_exhaustive]pub struct ModifyClientPropertiesInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for ModifyClientPropertiesInput
impl Clone for ModifyClientPropertiesInput
sourcefn clone(&self) -> ModifyClientPropertiesInput
fn clone(&self) -> ModifyClientPropertiesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ModifyClientPropertiesInput
impl Debug for ModifyClientPropertiesInput
sourceimpl PartialEq<ModifyClientPropertiesInput> for ModifyClientPropertiesInput
impl PartialEq<ModifyClientPropertiesInput> for ModifyClientPropertiesInput
sourcefn eq(&self, other: &ModifyClientPropertiesInput) -> bool
fn eq(&self, other: &ModifyClientPropertiesInput) -> bool
impl StructuralPartialEq for ModifyClientPropertiesInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyClientPropertiesInput
impl Send for ModifyClientPropertiesInput
impl Sync for ModifyClientPropertiesInput
impl Unpin for ModifyClientPropertiesInput
impl UnwindSafe for ModifyClientPropertiesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more