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