#[non_exhaustive]pub struct SetLoadBalancerPoliciesForBackendServerInput { /* private fields */ }
Expand description
Contains the parameters for SetLoadBalancerPoliciesForBackendServer.
Implementations§
source§impl SetLoadBalancerPoliciesForBackendServerInput
impl SetLoadBalancerPoliciesForBackendServerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLoadBalancerPoliciesForBackendServer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLoadBalancerPoliciesForBackendServer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetLoadBalancerPoliciesForBackendServer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetLoadBalancerPoliciesForBackendServerInput
.
source§impl SetLoadBalancerPoliciesForBackendServerInput
impl SetLoadBalancerPoliciesForBackendServerInput
sourcepub fn load_balancer_name(&self) -> Option<&str>
pub fn load_balancer_name(&self) -> Option<&str>
The name of the load balancer.
sourcepub fn instance_port(&self) -> Option<i32>
pub fn instance_port(&self) -> Option<i32>
The port number associated with the EC2 instance.
sourcepub fn policy_names(&self) -> Option<&[String]>
pub fn policy_names(&self) -> Option<&[String]>
The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.
Trait Implementations§
source§impl Clone for SetLoadBalancerPoliciesForBackendServerInput
impl Clone for SetLoadBalancerPoliciesForBackendServerInput
source§fn clone(&self) -> SetLoadBalancerPoliciesForBackendServerInput
fn clone(&self) -> SetLoadBalancerPoliciesForBackendServerInput
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<SetLoadBalancerPoliciesForBackendServerInput> for SetLoadBalancerPoliciesForBackendServerInput
impl PartialEq<SetLoadBalancerPoliciesForBackendServerInput> for SetLoadBalancerPoliciesForBackendServerInput
source§fn eq(&self, other: &SetLoadBalancerPoliciesForBackendServerInput) -> bool
fn eq(&self, other: &SetLoadBalancerPoliciesForBackendServerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.