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