public class DescribeInstanceHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeInstanceHealth operation.
Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.
NOOP| Constructor and Description |
|---|
DescribeInstanceHealthRequest()
Default constructor for a new DescribeInstanceHealthRequest object.
|
DescribeInstanceHealthRequest(String loadBalancerName)
Constructs a new DescribeInstanceHealthRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceHealthRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<Instance> |
getInstances()
The IDs of the instances.
|
String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setInstances(Collection<Instance> instances)
The IDs of the instances.
|
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInstanceHealthRequest |
withInstances(Collection<Instance> instances)
The IDs of the instances.
|
DescribeInstanceHealthRequest |
withInstances(Instance... instances)
The IDs of the instances.
|
DescribeInstanceHealthRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeInstanceHealthRequest()
public DescribeInstanceHealthRequest(String loadBalancerName)
loadBalancerName - The name of the load balancer.public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The name of the load balancer.public DescribeInstanceHealthRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name of the load balancer.public List<Instance> getInstances()
public void setInstances(Collection<Instance> instances)
instances - The IDs of the instances.public DescribeInstanceHealthRequest withInstances(Instance... instances)
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.
Returns a reference to this object so that method calls can be chained together.
instances - The IDs of the instances.public DescribeInstanceHealthRequest withInstances(Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances - The IDs of the instances.public String toString()
toString in class ObjectObject.toString()public DescribeInstanceHealthRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.