@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterInstancesFromLoadBalancerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DeregisterInstancesFromLoadBalancer.
Constructor and Description |
---|
DeregisterInstancesFromLoadBalancerResult() |
Modifier and Type | Method and Description |
---|---|
DeregisterInstancesFromLoadBalancerResult |
clone() |
boolean |
equals(Object obj) |
List<Instance> |
getInstances()
The remaining instances registered with the load balancer.
|
int |
hashCode() |
void |
setInstances(Collection<Instance> instances)
The remaining instances registered with the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeregisterInstancesFromLoadBalancerResult |
withInstances(Collection<Instance> instances)
The remaining instances registered with the load balancer.
|
DeregisterInstancesFromLoadBalancerResult |
withInstances(Instance... instances)
The remaining instances registered with the load balancer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeregisterInstancesFromLoadBalancerResult()
public List<Instance> getInstances()
The remaining instances registered with the load balancer.
public void setInstances(Collection<Instance> instances)
The remaining instances registered with the load balancer.
instances
- The remaining instances registered with the load balancer.public DeregisterInstancesFromLoadBalancerResult withInstances(Instance... instances)
The remaining instances registered with the load balancer.
NOTE: This method appends the values to the existing list (if any). Use
setInstances(java.util.Collection)
or withInstances(java.util.Collection)
if you want to
override the existing values.
instances
- The remaining instances registered with the load balancer.public DeregisterInstancesFromLoadBalancerResult withInstances(Collection<Instance> instances)
The remaining instances registered with the load balancer.
instances
- The remaining instances registered with the load balancer.public String toString()
toString
in class Object
Object.toString()
public DeregisterInstancesFromLoadBalancerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.