#[non_exhaustive]pub struct ModifyWorkspacePropertiesInput { /* private fields */ }Implementations
sourceimpl ModifyWorkspacePropertiesInput
impl ModifyWorkspacePropertiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyWorkspaceProperties, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyWorkspaceProperties, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyWorkspaceProperties>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyWorkspacePropertiesInput.
sourceimpl ModifyWorkspacePropertiesInput
impl ModifyWorkspacePropertiesInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The identifier of the WorkSpace.
sourcepub fn workspace_properties(&self) -> Option<&WorkspaceProperties>
pub fn workspace_properties(&self) -> Option<&WorkspaceProperties>
The properties of the WorkSpace.
Trait Implementations
sourceimpl Clone for ModifyWorkspacePropertiesInput
impl Clone for ModifyWorkspacePropertiesInput
sourcefn clone(&self) -> ModifyWorkspacePropertiesInput
fn clone(&self) -> ModifyWorkspacePropertiesInput
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 PartialEq<ModifyWorkspacePropertiesInput> for ModifyWorkspacePropertiesInput
impl PartialEq<ModifyWorkspacePropertiesInput> for ModifyWorkspacePropertiesInput
sourcefn eq(&self, other: &ModifyWorkspacePropertiesInput) -> bool
fn eq(&self, other: &ModifyWorkspacePropertiesInput) -> bool
impl StructuralPartialEq for ModifyWorkspacePropertiesInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyWorkspacePropertiesInput
impl Send for ModifyWorkspacePropertiesInput
impl Sync for ModifyWorkspacePropertiesInput
impl Unpin for ModifyWorkspacePropertiesInput
impl UnwindSafe for ModifyWorkspacePropertiesInput
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