Struct aws_sdk_proton::operation::cancel_environment_deployment::builders::CancelEnvironmentDeploymentOutputBuilder
source · #[non_exhaustive]pub struct CancelEnvironmentDeploymentOutputBuilder { /* private fields */ }
Expand description
A builder for CancelEnvironmentDeploymentOutput
.
Implementations§
source§impl CancelEnvironmentDeploymentOutputBuilder
impl CancelEnvironmentDeploymentOutputBuilder
sourcepub fn environment(self, input: Environment) -> Self
pub fn environment(self, input: Environment) -> Self
The environment summary data that's returned by Proton.
sourcepub fn set_environment(self, input: Option<Environment>) -> Self
pub fn set_environment(self, input: Option<Environment>) -> Self
The environment summary data that's returned by Proton.
sourcepub fn build(self) -> CancelEnvironmentDeploymentOutput
pub fn build(self) -> CancelEnvironmentDeploymentOutput
Consumes the builder and constructs a CancelEnvironmentDeploymentOutput
.
Trait Implementations§
source§impl Clone for CancelEnvironmentDeploymentOutputBuilder
impl Clone for CancelEnvironmentDeploymentOutputBuilder
source§fn clone(&self) -> CancelEnvironmentDeploymentOutputBuilder
fn clone(&self) -> CancelEnvironmentDeploymentOutputBuilder
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 Default for CancelEnvironmentDeploymentOutputBuilder
impl Default for CancelEnvironmentDeploymentOutputBuilder
source§fn default() -> CancelEnvironmentDeploymentOutputBuilder
fn default() -> CancelEnvironmentDeploymentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CancelEnvironmentDeploymentOutputBuilder> for CancelEnvironmentDeploymentOutputBuilder
impl PartialEq<CancelEnvironmentDeploymentOutputBuilder> for CancelEnvironmentDeploymentOutputBuilder
source§fn eq(&self, other: &CancelEnvironmentDeploymentOutputBuilder) -> bool
fn eq(&self, other: &CancelEnvironmentDeploymentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.