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 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<DescribeEnvironmentResourcesOutputBuilder> for DescribeEnvironmentResourcesOutputBuilder
impl PartialEq<DescribeEnvironmentResourcesOutputBuilder> 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 ==.