pub struct ModifyWorkspaceProperties { /* private fields */ }
Expand description
Fluent builder constructing a request to ModifyWorkspaceProperties
.
Modifies the specified WorkSpace properties. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
The MANUAL
running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
Implementations§
source§impl ModifyWorkspaceProperties
impl ModifyWorkspaceProperties
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ModifyWorkspaceProperties, AwsResponseRetryClassifier>, SdkError<ModifyWorkspacePropertiesError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ModifyWorkspaceProperties, AwsResponseRetryClassifier>, SdkError<ModifyWorkspacePropertiesError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<ModifyWorkspacePropertiesOutput, SdkError<ModifyWorkspacePropertiesError>>
pub async fn send(
self
) -> Result<ModifyWorkspacePropertiesOutput, SdkError<ModifyWorkspacePropertiesError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The identifier of the WorkSpace.
sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The identifier of the WorkSpace.
sourcepub fn workspace_properties(self, input: WorkspaceProperties) -> Self
pub fn workspace_properties(self, input: WorkspaceProperties) -> Self
The properties of the WorkSpace.
sourcepub fn set_workspace_properties(self, input: Option<WorkspaceProperties>) -> Self
pub fn set_workspace_properties(self, input: Option<WorkspaceProperties>) -> Self
The properties of the WorkSpace.
Trait Implementations§
source§impl Clone for ModifyWorkspaceProperties
impl Clone for ModifyWorkspaceProperties
source§fn clone(&self) -> ModifyWorkspaceProperties
fn clone(&self) -> ModifyWorkspaceProperties
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more