|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsResult
public class AttachLoadBalancerToSubnetsResult
The output for the AttachLoadBalancerToSubnets action.
Constructor Summary | |
---|---|
AttachLoadBalancerToSubnetsResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getSubnets()
A list of subnet IDs attached to the load balancer. |
int |
hashCode()
|
void |
setSubnets(java.util.Collection<java.lang.String> subnets)
A list of subnet IDs 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)
A list of subnet IDs attached to the load balancer. |
AttachLoadBalancerToSubnetsResult |
withSubnets(java.lang.String... subnets)
A list of subnet IDs attached to the load balancer. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttachLoadBalancerToSubnetsResult()
Method Detail |
---|
public java.util.List<java.lang.String> getSubnets()
public void setSubnets(java.util.Collection<java.lang.String> subnets)
subnets
- A list of subnet IDs attached to the load balancer.public AttachLoadBalancerToSubnetsResult withSubnets(java.lang.String... subnets)
Returns a reference to this object so that method calls can be chained together.
subnets
- A list of subnet IDs attached to the load balancer.
public AttachLoadBalancerToSubnetsResult withSubnets(java.util.Collection<java.lang.String> subnets)
Returns a reference to this object so that method calls can be chained together.
subnets
- A list of subnet IDs 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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |