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