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