#[non_exhaustive]pub struct SetLoadBalancerPoliciesOfListenerInput { /* private fields */ }
Expand description
Contains the parameters for SetLoadBalancePoliciesOfListener.
Implementations
sourceimpl SetLoadBalancerPoliciesOfListenerInput
impl SetLoadBalancerPoliciesOfListenerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLoadBalancerPoliciesOfListener, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLoadBalancerPoliciesOfListener, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetLoadBalancerPoliciesOfListener
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetLoadBalancerPoliciesOfListenerInput
.
sourceimpl SetLoadBalancerPoliciesOfListenerInput
impl SetLoadBalancerPoliciesOfListenerInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
sourcepub fn load_balancer_port(&self) -> i32
pub fn load_balancer_port(&self) -> i32
The external port of the load balancer.
sourcepub fn policy_names(&self) -> Option<&[String]>
pub fn policy_names(&self) -> Option<&[String]>
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.
Trait Implementations
sourceimpl Clone for SetLoadBalancerPoliciesOfListenerInput
impl Clone for SetLoadBalancerPoliciesOfListenerInput
sourcefn clone(&self) -> SetLoadBalancerPoliciesOfListenerInput
fn clone(&self) -> SetLoadBalancerPoliciesOfListenerInput
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 PartialEq<SetLoadBalancerPoliciesOfListenerInput> for SetLoadBalancerPoliciesOfListenerInput
impl PartialEq<SetLoadBalancerPoliciesOfListenerInput> for SetLoadBalancerPoliciesOfListenerInput
sourcefn eq(&self, other: &SetLoadBalancerPoliciesOfListenerInput) -> bool
fn eq(&self, other: &SetLoadBalancerPoliciesOfListenerInput) -> bool
impl StructuralPartialEq for SetLoadBalancerPoliciesOfListenerInput
Auto Trait Implementations
impl RefUnwindSafe for SetLoadBalancerPoliciesOfListenerInput
impl Send for SetLoadBalancerPoliciesOfListenerInput
impl Sync for SetLoadBalancerPoliciesOfListenerInput
impl Unpin for SetLoadBalancerPoliciesOfListenerInput
impl UnwindSafe for SetLoadBalancerPoliciesOfListenerInput
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