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