#[non_exhaustive]pub struct DeleteLoadBalancerInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DeleteLoadBalancerInput
impl Clone for DeleteLoadBalancerInput
sourcefn clone(&self) -> DeleteLoadBalancerInput
fn clone(&self) -> DeleteLoadBalancerInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteLoadBalancerInput
impl Debug for DeleteLoadBalancerInput
sourceimpl PartialEq<DeleteLoadBalancerInput> for DeleteLoadBalancerInput
impl PartialEq<DeleteLoadBalancerInput> for DeleteLoadBalancerInput
sourcefn eq(&self, other: &DeleteLoadBalancerInput) -> bool
fn eq(&self, other: &DeleteLoadBalancerInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more