Struct aws_sdk_elasticbeanstalk::operation::describe_environment_resources::builders::DescribeEnvironmentResourcesOutputBuilder
source · #[non_exhaustive]pub struct DescribeEnvironmentResourcesOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeEnvironmentResourcesOutput
.
Implementations§
source§impl DescribeEnvironmentResourcesOutputBuilder
impl DescribeEnvironmentResourcesOutputBuilder
sourcepub fn environment_resources(
self,
input: EnvironmentResourceDescription
) -> Self
pub fn environment_resources( self, input: EnvironmentResourceDescription ) -> Self
A list of EnvironmentResourceDescription
.
sourcepub fn set_environment_resources(
self,
input: Option<EnvironmentResourceDescription>
) -> Self
pub fn set_environment_resources( self, input: Option<EnvironmentResourceDescription> ) -> Self
A list of EnvironmentResourceDescription
.
sourcepub fn get_environment_resources(
&self
) -> &Option<EnvironmentResourceDescription>
pub fn get_environment_resources( &self ) -> &Option<EnvironmentResourceDescription>
A list of EnvironmentResourceDescription
.
sourcepub fn build(self) -> DescribeEnvironmentResourcesOutput
pub fn build(self) -> DescribeEnvironmentResourcesOutput
Consumes the builder and constructs a DescribeEnvironmentResourcesOutput
.
Trait Implementations§
source§impl Clone for DescribeEnvironmentResourcesOutputBuilder
impl Clone for DescribeEnvironmentResourcesOutputBuilder
source§fn clone(&self) -> DescribeEnvironmentResourcesOutputBuilder
fn clone(&self) -> DescribeEnvironmentResourcesOutputBuilder
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 DescribeEnvironmentResourcesOutputBuilder
impl Default for DescribeEnvironmentResourcesOutputBuilder
source§fn default() -> DescribeEnvironmentResourcesOutputBuilder
fn default() -> DescribeEnvironmentResourcesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeEnvironmentResourcesOutputBuilder
impl PartialEq for DescribeEnvironmentResourcesOutputBuilder
source§fn eq(&self, other: &DescribeEnvironmentResourcesOutputBuilder) -> bool
fn eq(&self, other: &DescribeEnvironmentResourcesOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeEnvironmentResourcesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeEnvironmentResourcesOutputBuilder
impl Send for DescribeEnvironmentResourcesOutputBuilder
impl Sync for DescribeEnvironmentResourcesOutputBuilder
impl Unpin for DescribeEnvironmentResourcesOutputBuilder
impl UnwindSafe for DescribeEnvironmentResourcesOutputBuilder
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.