public class DeregisterInstancesFromLoadBalancerResult
extends java.lang.Object
implements java.io.Serializable
The output for the DeregisterInstancesFromLoadBalancer action.
| Constructor and Description |
|---|
DeregisterInstancesFromLoadBalancerResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Instance> |
getInstances()
An updated list of remaining instances registered with the load
balancer.
|
int |
hashCode() |
void |
setInstances(java.util.Collection<Instance> instances)
An updated list of remaining instances registered with the load
balancer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeregisterInstancesFromLoadBalancerResult |
withInstances(java.util.Collection<Instance> instances)
An updated list of remaining instances registered with the load
balancer.
|
DeregisterInstancesFromLoadBalancerResult |
withInstances(Instance... instances)
An updated list of remaining instances registered with the load
balancer.
|
public DeregisterInstancesFromLoadBalancerResult()
public java.util.List<Instance> getInstances()
public void setInstances(java.util.Collection<Instance> instances)
instances - An updated list of remaining instances registered with the load
balancer.public DeregisterInstancesFromLoadBalancerResult withInstances(Instance... instances)
Returns a reference to this object so that method calls can be chained together.
instances - An updated list of remaining instances registered with the load
balancer.public DeregisterInstancesFromLoadBalancerResult withInstances(java.util.Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances - An updated list of remaining instances registered with the load
balancer.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object