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 get_environments(&self) -> &Option<Vec<Environment>>
pub fn get_environments(&self) -> &Option<Vec<Environment>>
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 for DescribeEnvironmentsOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DescribeEnvironmentsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeEnvironmentsOutputBuilder
impl Send for DescribeEnvironmentsOutputBuilder
impl Sync for DescribeEnvironmentsOutputBuilder
impl Unpin for DescribeEnvironmentsOutputBuilder
impl UnwindSafe for DescribeEnvironmentsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.