public class DeregisterInstancesFromLoadBalancerResult
extends java.lang.Object
implements java.io.Serializable
The output for the DeregisterInstancesFromLoadBalancer action.
| コンストラクタと説明 |
|---|
DeregisterInstancesFromLoadBalancerResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Instance> |
getInstances()
An updated list of remaining instances registered with the
LoadBalancer.
|
int |
hashCode() |
void |
setInstances(java.util.Collection<Instance> instances)
An updated list of remaining instances registered with the
LoadBalancer.
|
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
LoadBalancer.
|
DeregisterInstancesFromLoadBalancerResult |
withInstances(Instance... instances)
An updated list of remaining instances registered with the
LoadBalancer.
|
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
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(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
LoadBalancer.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object