|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.DeregisterInstancesFromLoadBalancerResult
public class DeregisterInstancesFromLoadBalancerResult
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 |
---|
public DeregisterInstancesFromLoadBalancerResult()
Method Detail |
---|
public List<Instance> getInstances()
public void setInstances(Collection<Instance> instances)
instances
- An updated list of remaining instances registered with the
LoadBalancer.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
LoadBalancer.
public DeregisterInstancesFromLoadBalancerResult withInstances(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
LoadBalancer.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |