#[non_exhaustive]pub struct DeleteLoadBalancerPolicyInput { /* private fields */ }
Expand description
Contains the parameters for DeleteLoadBalancerPolicy.
Implementations
sourceimpl DeleteLoadBalancerPolicyInput
impl DeleteLoadBalancerPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLoadBalancerPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteLoadBalancerPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteLoadBalancerPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLoadBalancerPolicyInput
.
sourceimpl DeleteLoadBalancerPolicyInput
impl DeleteLoadBalancerPolicyInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the policy.
Trait Implementations
sourceimpl Clone for DeleteLoadBalancerPolicyInput
impl Clone for DeleteLoadBalancerPolicyInput
sourcefn clone(&self) -> DeleteLoadBalancerPolicyInput
fn clone(&self) -> DeleteLoadBalancerPolicyInput
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 DeleteLoadBalancerPolicyInput
impl Debug for DeleteLoadBalancerPolicyInput
sourceimpl PartialEq<DeleteLoadBalancerPolicyInput> for DeleteLoadBalancerPolicyInput
impl PartialEq<DeleteLoadBalancerPolicyInput> for DeleteLoadBalancerPolicyInput
sourcefn eq(&self, other: &DeleteLoadBalancerPolicyInput) -> bool
fn eq(&self, other: &DeleteLoadBalancerPolicyInput) -> bool
impl StructuralPartialEq for DeleteLoadBalancerPolicyInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteLoadBalancerPolicyInput
impl Send for DeleteLoadBalancerPolicyInput
impl Sync for DeleteLoadBalancerPolicyInput
impl Unpin for DeleteLoadBalancerPolicyInput
impl UnwindSafe for DeleteLoadBalancerPolicyInput
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