Struct aws_sdk_elasticbeanstalk::operation::retrieve_environment_info::builders::RetrieveEnvironmentInfoOutputBuilder
source · #[non_exhaustive]pub struct RetrieveEnvironmentInfoOutputBuilder { /* private fields */ }Expand description
A builder for RetrieveEnvironmentInfoOutput.
Implementations§
source§impl RetrieveEnvironmentInfoOutputBuilder
impl RetrieveEnvironmentInfoOutputBuilder
sourcepub fn environment_info(self, input: EnvironmentInfoDescription) -> Self
pub fn environment_info(self, input: EnvironmentInfoDescription) -> Self
Appends an item to environment_info.
To override the contents of this collection use set_environment_info.
The EnvironmentInfoDescription of the environment.
sourcepub fn set_environment_info(
self,
input: Option<Vec<EnvironmentInfoDescription>>
) -> Self
pub fn set_environment_info( self, input: Option<Vec<EnvironmentInfoDescription>> ) -> Self
The EnvironmentInfoDescription of the environment.
sourcepub fn build(self) -> RetrieveEnvironmentInfoOutput
pub fn build(self) -> RetrieveEnvironmentInfoOutput
Consumes the builder and constructs a RetrieveEnvironmentInfoOutput.
Trait Implementations§
source§impl Clone for RetrieveEnvironmentInfoOutputBuilder
impl Clone for RetrieveEnvironmentInfoOutputBuilder
source§fn clone(&self) -> RetrieveEnvironmentInfoOutputBuilder
fn clone(&self) -> RetrieveEnvironmentInfoOutputBuilder
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 RetrieveEnvironmentInfoOutputBuilder
impl Default for RetrieveEnvironmentInfoOutputBuilder
source§fn default() -> RetrieveEnvironmentInfoOutputBuilder
fn default() -> RetrieveEnvironmentInfoOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RetrieveEnvironmentInfoOutputBuilder> for RetrieveEnvironmentInfoOutputBuilder
impl PartialEq<RetrieveEnvironmentInfoOutputBuilder> for RetrieveEnvironmentInfoOutputBuilder
source§fn eq(&self, other: &RetrieveEnvironmentInfoOutputBuilder) -> bool
fn eq(&self, other: &RetrieveEnvironmentInfoOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.