public class AttachLoadBalancerToSubnetsRequest extends AmazonWebServiceRequest implements Serializable
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.
Constructor and Description |
---|
AttachLoadBalancerToSubnetsRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The name associated with the LoadBalancer. The name must be unique
within the client AWS account.public AttachLoadBalancerToSubnetsRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name associated with the LoadBalancer. The name must be unique
within the client AWS account.public List<String> getSubnets()
public void setSubnets(Collection<String> subnets)
subnets
- A list of subnet IDs to add for the LoadBalancer.public AttachLoadBalancerToSubnetsRequest withSubnets(String... subnets)
Returns a reference to this object so that method calls can be chained together.
subnets
- A list of subnet IDs to add for the LoadBalancer.public AttachLoadBalancerToSubnetsRequest withSubnets(Collection<String> subnets)
Returns a reference to this object so that method calls can be chained together.
subnets
- A list of subnet IDs to add for the LoadBalancer.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.