com.amazonaws.services.elasticloadbalancing.model
Class DetachLoadBalancerFromSubnetsResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.DetachLoadBalancerFromSubnetsResult
All Implemented Interfaces:
java.io.Serializable

public class DetachLoadBalancerFromSubnetsResult
extends java.lang.Object
implements java.io.Serializable

The output for the DetachLoadBalancerFromSubnets action.

See Also:
Serialized Form

Constructor Summary
DetachLoadBalancerFromSubnetsResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getSubnets()
          A list of subnet IDs the load balancer is now attached to.
 int hashCode()
           
 void setSubnets(java.util.Collection<java.lang.String> subnets)
          A list of subnet IDs the load balancer is now attached to.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DetachLoadBalancerFromSubnetsResult withSubnets(java.util.Collection<java.lang.String> subnets)
          A list of subnet IDs the load balancer is now attached to.
 DetachLoadBalancerFromSubnetsResult withSubnets(java.lang.String... subnets)
          A list of subnet IDs the load balancer is now attached to.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DetachLoadBalancerFromSubnetsResult

public DetachLoadBalancerFromSubnetsResult()
Method Detail

getSubnets

public java.util.List<java.lang.String> getSubnets()
A list of subnet IDs the load balancer is now attached to.

Returns:
A list of subnet IDs the load balancer is now attached to.

setSubnets

public void setSubnets(java.util.Collection<java.lang.String> subnets)
A list of subnet IDs the load balancer is now attached to.

Parameters:
subnets - A list of subnet IDs the load balancer is now attached to.

withSubnets

public DetachLoadBalancerFromSubnetsResult withSubnets(java.lang.String... subnets)
A list of subnet IDs the load balancer is now attached to.

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

Parameters:
subnets - A list of subnet IDs the load balancer is now attached to.
Returns:
A reference to this updated object so that method calls can be chained together.

withSubnets

public DetachLoadBalancerFromSubnetsResult withSubnets(java.util.Collection<java.lang.String> subnets)
A list of subnet IDs the load balancer is now attached to.

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

Parameters:
subnets - A list of subnet IDs the load balancer is now attached to.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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