public class RegisterInstancesWithLoadBalancerResult extends Object implements Serializable
The output for the RegisterInstancesWithLoadBalancer action.
Constructor and Description |
---|
RegisterInstancesWithLoadBalancerResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Instance> |
getInstances()
An updated list of instances for the load balancer.
|
int |
hashCode() |
void |
setInstances(Collection<Instance> instances)
An updated list of instances for the load balancer.
|
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 load balancer.
|
RegisterInstancesWithLoadBalancerResult |
withInstances(Instance... instances)
An updated list of instances for the load balancer.
|
public RegisterInstancesWithLoadBalancerResult()
public List<Instance> getInstances()
public void setInstances(Collection<Instance> instances)
instances
- An updated list of instances for the load balancer.public RegisterInstancesWithLoadBalancerResult withInstances(Instance... instances)
Returns a reference to this object so that method calls can be chained together.
instances
- An updated list of instances for the load balancer.public RegisterInstancesWithLoadBalancerResult withInstances(Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances
- An updated list of instances for the load balancer.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.