Struct aws_sdk_elasticloadbalancing::operation::delete_load_balancer::DeleteLoadBalancerInput
source · #[non_exhaustive]pub struct DeleteLoadBalancerInput { /* private fields */ }
Expand description
Contains the parameters for DeleteLoadBalancer.
Implementations§
source§impl DeleteLoadBalancerInput
impl DeleteLoadBalancerInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
source§impl DeleteLoadBalancerInput
impl DeleteLoadBalancerInput
sourcepub fn builder() -> DeleteLoadBalancerInputBuilder
pub fn builder() -> DeleteLoadBalancerInputBuilder
Creates a new builder-style object to manufacture DeleteLoadBalancerInput
.
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
>
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 ==
.impl StructuralPartialEq for DeleteLoadBalancerInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLoadBalancerInput
impl Send for DeleteLoadBalancerInput
impl Sync for DeleteLoadBalancerInput
impl Unpin for DeleteLoadBalancerInput
impl UnwindSafe for DeleteLoadBalancerInput
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