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