com.amazonaws.services.elasticloadbalancing.model
Class RegisterInstancesWithLoadBalancerResult

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

public class RegisterInstancesWithLoadBalancerResult
extends Object

Register Instances With Load Balancer Result


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

Constructor Detail

RegisterInstancesWithLoadBalancerResult

public RegisterInstancesWithLoadBalancerResult()
Method Detail

getInstances

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

Returns:
An updated list of instances for the LoadBalancer.

setInstances

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

Parameters:
instances - An updated list of instances for the LoadBalancer.

withInstances

public RegisterInstancesWithLoadBalancerResult withInstances(Instance... instances)
An updated list of instances for the LoadBalancer.

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

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

withInstances

public RegisterInstancesWithLoadBalancerResult withInstances(Collection<Instance> instances)
An updated list of instances for the LoadBalancer.

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

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