com.amazonaws.services.elasticloadbalancing.model
Class AttachLoadBalancerToSubnetsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsRequest

public class AttachLoadBalancerToSubnetsRequest
extends AmazonWebServiceRequest

Container for the parameters to the AttachLoadBalancerToSubnets operation.

Adds one or more subnets to the set of configured subnets in the VPC for the LoadBalancer.

The Loadbalancers evenly distribute requests across all of the registered subnets.

See Also:
AmazonElasticLoadBalancing.attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest)

Constructor Summary
AttachLoadBalancerToSubnetsRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLoadBalancerName()
          The name associated with the LoadBalancer.
 List<String> getSubnets()
          A list of subnet IDs to add for the LoadBalancer.
 int hashCode()
           
 void setLoadBalancerName(String loadBalancerName)
          The name associated with the LoadBalancer.
 void setSubnets(Collection<String> subnets)
          A list of subnet IDs to add for the LoadBalancer.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AttachLoadBalancerToSubnetsRequest withLoadBalancerName(String loadBalancerName)
          The name associated with the LoadBalancer.
 AttachLoadBalancerToSubnetsRequest withSubnets(Collection<String> subnets)
          A list of subnet IDs to add for the LoadBalancer.
 AttachLoadBalancerToSubnetsRequest withSubnets(String... subnets)
          A list of subnet IDs to add for the LoadBalancer.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttachLoadBalancerToSubnetsRequest

public AttachLoadBalancerToSubnetsRequest()
Method Detail

getLoadBalancerName

public String getLoadBalancerName()
The name associated with the LoadBalancer. The name must be unique within the client AWS account.

Returns:
The name associated with the LoadBalancer. The name must be unique within the client AWS account.

setLoadBalancerName

public void setLoadBalancerName(String loadBalancerName)
The name associated with the LoadBalancer. The name must be unique within the client AWS account.

Parameters:
loadBalancerName - The name associated with the LoadBalancer. The name must be unique within the client AWS account.

withLoadBalancerName

public AttachLoadBalancerToSubnetsRequest withLoadBalancerName(String loadBalancerName)
The name associated with the LoadBalancer. The name must be unique within the client AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
loadBalancerName - The name associated with the LoadBalancer. The name must be unique within the client AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

getSubnets

public List<String> getSubnets()
A list of subnet IDs to add for the LoadBalancer.

Returns:
A list of subnet IDs to add for the LoadBalancer.

setSubnets

public void setSubnets(Collection<String> subnets)
A list of subnet IDs to add for the LoadBalancer.

Parameters:
subnets - A list of subnet IDs to add for the LoadBalancer.

withSubnets

public AttachLoadBalancerToSubnetsRequest withSubnets(String... subnets)
A list of subnet IDs to add for the LoadBalancer.

Returns a reference to this object so that method calls can be chained together.

Parameters:
subnets - A list of subnet IDs to add for the LoadBalancer.
Returns:
A reference to this updated object so that method calls can be chained together.

withSubnets

public AttachLoadBalancerToSubnetsRequest withSubnets(Collection<String> subnets)
A list of subnet IDs to add for the LoadBalancer.

Returns a reference to this object so that method calls can be chained together.

Parameters:
subnets - A list of subnet IDs to add for the LoadBalancer.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.