Struct aws_sdk_elasticloadbalancing::operation::attach_load_balancer_to_subnets::AttachLoadBalancerToSubnetsInput
source · #[non_exhaustive]pub struct AttachLoadBalancerToSubnetsInput { /* private fields */ }Expand description
Contains the parameters for AttachLoaBalancerToSubnets.
Implementations§
source§impl AttachLoadBalancerToSubnetsInput
impl AttachLoadBalancerToSubnetsInput
sourcepub fn builder() -> AttachLoadBalancerToSubnetsInputBuilder
pub fn builder() -> AttachLoadBalancerToSubnetsInputBuilder
Creates a new builder-style object to manufacture AttachLoadBalancerToSubnetsInput.
source§impl AttachLoadBalancerToSubnetsInput
impl AttachLoadBalancerToSubnetsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachLoadBalancerToSubnets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AttachLoadBalancerToSubnets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AttachLoadBalancerToSubnets>
Trait Implementations§
source§impl Clone for AttachLoadBalancerToSubnetsInput
impl Clone for AttachLoadBalancerToSubnetsInput
source§fn clone(&self) -> AttachLoadBalancerToSubnetsInput
fn clone(&self) -> AttachLoadBalancerToSubnetsInput
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<AttachLoadBalancerToSubnetsInput> for AttachLoadBalancerToSubnetsInput
impl PartialEq<AttachLoadBalancerToSubnetsInput> for AttachLoadBalancerToSubnetsInput
source§fn eq(&self, other: &AttachLoadBalancerToSubnetsInput) -> bool
fn eq(&self, other: &AttachLoadBalancerToSubnetsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.