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