com.amazonaws.services.elasticloadbalancing.model
Class DeregisterInstancesFromLoadBalancerResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.DeregisterInstancesFromLoadBalancerResult

public class DeregisterInstancesFromLoadBalancerResult
extends Object

The output for the DeregisterInstancesFromLoadBalancer action.


Constructor Summary
DeregisterInstancesFromLoadBalancerResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Instance> getInstances()
          An updated list of remaining instances registered with the LoadBalancer.
 int hashCode()
           
 void setInstances(Collection<Instance> instances)
          An updated list of remaining instances registered with the LoadBalancer.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeregisterInstancesFromLoadBalancerResult withInstances(Collection<Instance> instances)
          An updated list of remaining instances registered with the LoadBalancer.
 DeregisterInstancesFromLoadBalancerResult withInstances(Instance... instances)
          An updated list of remaining instances registered with the LoadBalancer.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeregisterInstancesFromLoadBalancerResult

public DeregisterInstancesFromLoadBalancerResult()
Method Detail

getInstances

public List<Instance> getInstances()
An updated list of remaining instances registered with the LoadBalancer.

Returns:
An updated list of remaining instances registered with the LoadBalancer.

setInstances

public void setInstances(Collection<Instance> instances)
An updated list of remaining instances registered with the LoadBalancer.

Parameters:
instances - An updated list of remaining instances registered with the LoadBalancer.

withInstances

public DeregisterInstancesFromLoadBalancerResult withInstances(Instance... instances)
An updated list of remaining instances registered with the LoadBalancer.

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

Parameters:
instances - An updated list of remaining instances registered with the LoadBalancer.
Returns:
A reference to this updated object so that method calls can be chained together.

withInstances

public DeregisterInstancesFromLoadBalancerResult withInstances(Collection<Instance> instances)
An updated list of remaining instances registered with the LoadBalancer.

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

Parameters:
instances - An updated list of remaining instances registered with 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.