#[non_exhaustive]pub struct StopSolutionVersionCreationInput { /* private fields */ }
Implementations§
source§impl StopSolutionVersionCreationInput
impl StopSolutionVersionCreationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopSolutionVersionCreation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopSolutionVersionCreation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopSolutionVersionCreation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopSolutionVersionCreationInput
.
source§impl StopSolutionVersionCreationInput
impl StopSolutionVersionCreationInput
sourcepub fn solution_version_arn(&self) -> Option<&str>
pub fn solution_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the solution version you want to stop creating.
Trait Implementations§
source§impl Clone for StopSolutionVersionCreationInput
impl Clone for StopSolutionVersionCreationInput
source§fn clone(&self) -> StopSolutionVersionCreationInput
fn clone(&self) -> StopSolutionVersionCreationInput
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 PartialEq<StopSolutionVersionCreationInput> for StopSolutionVersionCreationInput
impl PartialEq<StopSolutionVersionCreationInput> for StopSolutionVersionCreationInput
source§fn eq(&self, other: &StopSolutionVersionCreationInput) -> bool
fn eq(&self, other: &StopSolutionVersionCreationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.