public class DescribeInstanceHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeInstanceHealth operation
.
Describes the state of the specified instances registered with the specified load balancer. If no instances are specified, the call describes the state of all instances registered with the load balancer, not including any terminated instances.
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DescribeInstanceHealthRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.