#[non_exhaustive]pub struct UpdateWorkspaceInput { /* private fields */ }Implementations§
source§impl UpdateWorkspaceInput
impl UpdateWorkspaceInput
sourcepub fn builder() -> UpdateWorkspaceInputBuilder
pub fn builder() -> UpdateWorkspaceInputBuilder
Creates a new builder-style object to manufacture UpdateWorkspaceInput.
source§impl UpdateWorkspaceInput
impl UpdateWorkspaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateWorkspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkspace>
Trait Implementations§
source§impl Clone for UpdateWorkspaceInput
impl Clone for UpdateWorkspaceInput
source§fn clone(&self) -> UpdateWorkspaceInput
fn clone(&self) -> UpdateWorkspaceInput
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 UpdateWorkspaceInput
impl Debug for UpdateWorkspaceInput
source§impl PartialEq<UpdateWorkspaceInput> for UpdateWorkspaceInput
impl PartialEq<UpdateWorkspaceInput> for UpdateWorkspaceInput
source§fn eq(&self, other: &UpdateWorkspaceInput) -> bool
fn eq(&self, other: &UpdateWorkspaceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.