|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.RegisterInstancesWithLoadBalancerResult
public class RegisterInstancesWithLoadBalancerResult
The output for the RegisterInstancesWithLoadBalancer action.
Constructor Summary | |
---|---|
RegisterInstancesWithLoadBalancerResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Instance> |
getInstances()
An updated list of instances for the load balancer. |
int |
hashCode()
|
void |
setInstances(java.util.Collection<Instance> instances)
An updated list of instances for the load balancer. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RegisterInstancesWithLoadBalancerResult |
withInstances(java.util.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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegisterInstancesWithLoadBalancerResult()
Method Detail |
---|
public java.util.List<Instance> getInstances()
public void setInstances(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |