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