@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstancesHealthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.
Constructor and Description |
---|
DescribeInstancesHealthResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInstancesHealthResult |
clone() |
boolean |
equals(Object obj) |
List<SingleInstanceHealth> |
getInstanceHealthList()
Detailed health information about each instance.
|
String |
getNextToken()
Pagination token for the next page of results, if available.
|
Date |
getRefreshedAt()
The date and time that the health information was retrieved.
|
int |
hashCode() |
void |
setInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
|
void |
setNextToken(String nextToken)
Pagination token for the next page of results, if available.
|
void |
setRefreshedAt(Date refreshedAt)
The date and time that the health information was retrieved.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeInstancesHealthResult |
withInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
|
DescribeInstancesHealthResult |
withInstanceHealthList(SingleInstanceHealth... instanceHealthList)
Detailed health information about each instance.
|
DescribeInstancesHealthResult |
withNextToken(String nextToken)
Pagination token for the next page of results, if available.
|
DescribeInstancesHealthResult |
withRefreshedAt(Date refreshedAt)
The date and time that the health information was retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SingleInstanceHealth> getInstanceHealthList()
Detailed health information about each instance.
public void setInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
instanceHealthList
- Detailed health information about each instance.public DescribeInstancesHealthResult withInstanceHealthList(SingleInstanceHealth... instanceHealthList)
Detailed health information about each instance.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceHealthList(java.util.Collection)
or withInstanceHealthList(java.util.Collection)
if
you want to override the existing values.
instanceHealthList
- Detailed health information about each instance.public DescribeInstancesHealthResult withInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
instanceHealthList
- Detailed health information about each instance.public void setRefreshedAt(Date refreshedAt)
The date and time that the health information was retrieved.
refreshedAt
- The date and time that the health information was retrieved.public Date getRefreshedAt()
The date and time that the health information was retrieved.
public DescribeInstancesHealthResult withRefreshedAt(Date refreshedAt)
The date and time that the health information was retrieved.
refreshedAt
- The date and time that the health information was retrieved.public void setNextToken(String nextToken)
Pagination token for the next page of results, if available.
nextToken
- Pagination token for the next page of results, if available.public String getNextToken()
Pagination token for the next page of results, if available.
public DescribeInstancesHealthResult withNextToken(String nextToken)
Pagination token for the next page of results, if available.
nextToken
- Pagination token for the next page of results, if available.public String toString()
toString
in class Object
Object.toString()
public DescribeInstancesHealthResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.