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