public class AttachLoadBalancerToSubnetsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AttachLoadBalancerToSubnetsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getSubnets()
The IDs of the subnets attached to the load balancer.
|
int |
hashCode() |
void |
setSubnets(java.util.Collection<java.lang.String> subnets)
The IDs of the subnets attached to the load balancer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttachLoadBalancerToSubnetsResult |
withSubnets(java.util.Collection<java.lang.String> subnets)
The IDs of the subnets attached to the load balancer.
|
AttachLoadBalancerToSubnetsResult |
withSubnets(java.lang.String... subnets)
The IDs of the subnets attached to the load balancer.
|
public java.util.List<java.lang.String> getSubnets()
The IDs of the subnets attached to the load balancer.
The IDs of the subnets attached to the load balancer.
public void setSubnets(java.util.Collection<java.lang.String> subnets)
The IDs of the subnets attached to the load balancer.
subnets
- The IDs of the subnets attached to the load balancer.
public AttachLoadBalancerToSubnetsResult withSubnets(java.lang.String... subnets)
The IDs of the subnets attached to the load balancer.
Returns a reference to this object so that method calls can be chained together.
subnets
- The IDs of the subnets attached to the load balancer.
public AttachLoadBalancerToSubnetsResult withSubnets(java.util.Collection<java.lang.String> subnets)
The IDs of the subnets attached to the load balancer.
Returns a reference to this object so that method calls can be chained together.
subnets
- The IDs of the subnets attached to the load balancer.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.