#[non_exhaustive]pub struct DeleteLoadBalancerInput { /* private fields */ }
Implementations§
source§impl DeleteLoadBalancerInput
impl DeleteLoadBalancerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLoadBalancer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLoadBalancer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteLoadBalancer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLoadBalancerInput
.
source§impl DeleteLoadBalancerInput
impl DeleteLoadBalancerInput
sourcepub fn load_balancer_arn(&self) -> Option<&str>
pub fn load_balancer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the load balancer.
Trait Implementations§
source§impl Clone for DeleteLoadBalancerInput
impl Clone for DeleteLoadBalancerInput
source§fn clone(&self) -> DeleteLoadBalancerInput
fn clone(&self) -> DeleteLoadBalancerInput
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 Debug for DeleteLoadBalancerInput
impl Debug for DeleteLoadBalancerInput
source§impl PartialEq<DeleteLoadBalancerInput> for DeleteLoadBalancerInput
impl PartialEq<DeleteLoadBalancerInput> for DeleteLoadBalancerInput
source§fn eq(&self, other: &DeleteLoadBalancerInput) -> bool
fn eq(&self, other: &DeleteLoadBalancerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.