#[non_exhaustive]pub struct SetLoadBalancerPoliciesOfListenerInput { /* private fields */ }
Expand description
Contains the parameters for SetLoadBalancePoliciesOfListener.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for SetLoadBalancerPoliciesOfListenerInput
impl Clone for SetLoadBalancerPoliciesOfListenerInput
source§fn clone(&self) -> SetLoadBalancerPoliciesOfListenerInput
fn clone(&self) -> SetLoadBalancerPoliciesOfListenerInput
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 PartialEq<SetLoadBalancerPoliciesOfListenerInput> for SetLoadBalancerPoliciesOfListenerInput
impl PartialEq<SetLoadBalancerPoliciesOfListenerInput> for SetLoadBalancerPoliciesOfListenerInput
source§fn eq(&self, other: &SetLoadBalancerPoliciesOfListenerInput) -> bool
fn eq(&self, other: &SetLoadBalancerPoliciesOfListenerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.