com.amazonaws.services.elasticloadbalancing.model
Class DeregisterInstancesFromLoadBalancerResult

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

public class DeregisterInstancesFromLoadBalancerResult
extends Object

Deregister Instances From Load Balancer Result


Constructor Summary
DeregisterInstancesFromLoadBalancerResult()
           
 
Method Summary
 List<Instance> getInstances()
          An updated list of remaining instances registered with the LoadBalancer.
 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
equals, getClass, hashCode, 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()


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