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