|
||||||||||
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()
Returns the value of the Instances property for this object. |
void |
setInstances(Collection<Instance> instances)
Sets the value of the Instances property for this object. |
String |
toString()
|
DeregisterInstancesFromLoadBalancerResult |
withInstances(Collection<Instance> instances)
Sets the value of the Instances property for this object. |
DeregisterInstancesFromLoadBalancerResult |
withInstances(Instance... instances)
Sets the value of the Instances property for this object. |
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
- The new value for the Instances property for this object.public DeregisterInstancesFromLoadBalancerResult withInstances(Instance... instances)
Returns a reference to this object so that method calls can be chained together.
instances
- The new value for the Instances property for this object.
public DeregisterInstancesFromLoadBalancerResult withInstances(Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances
- The new value for the Instances property for this object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |