Struct aws_sdk_elasticbeanstalk::operation::rebuild_environment::builders::RebuildEnvironmentOutputBuilder
source · #[non_exhaustive]pub struct RebuildEnvironmentOutputBuilder { /* private fields */ }Expand description
A builder for RebuildEnvironmentOutput.
Implementations§
source§impl RebuildEnvironmentOutputBuilder
impl RebuildEnvironmentOutputBuilder
sourcepub fn build(self) -> RebuildEnvironmentOutput
pub fn build(self) -> RebuildEnvironmentOutput
Consumes the builder and constructs a RebuildEnvironmentOutput.
Trait Implementations§
source§impl Clone for RebuildEnvironmentOutputBuilder
impl Clone for RebuildEnvironmentOutputBuilder
source§fn clone(&self) -> RebuildEnvironmentOutputBuilder
fn clone(&self) -> RebuildEnvironmentOutputBuilder
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 RebuildEnvironmentOutputBuilder
impl Default for RebuildEnvironmentOutputBuilder
source§fn default() -> RebuildEnvironmentOutputBuilder
fn default() -> RebuildEnvironmentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RebuildEnvironmentOutputBuilder> for RebuildEnvironmentOutputBuilder
impl PartialEq<RebuildEnvironmentOutputBuilder> for RebuildEnvironmentOutputBuilder
source§fn eq(&self, other: &RebuildEnvironmentOutputBuilder) -> bool
fn eq(&self, other: &RebuildEnvironmentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.