@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.
|
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.
The output differs slightly between Linux and Windows environments. There is a difference in the members that are
supported under the <CPUUtilization>
type.
The output differs slightly between Linux and Windows environments. There is a difference in the members
that are supported under the <CPUUtilization>
type.
public void setInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members that are
supported under the <CPUUtilization>
type.
instanceHealthList
- Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members
that are supported under the <CPUUtilization>
type.
public DescribeInstancesHealthResult withInstanceHealthList(SingleInstanceHealth... instanceHealthList)
Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members that are
supported under the <CPUUtilization>
type.
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.
The output differs slightly between Linux and Windows environments. There is a difference in the members
that are supported under the <CPUUtilization>
type.
public DescribeInstancesHealthResult withInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members that are
supported under the <CPUUtilization>
type.
instanceHealthList
- Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members
that are supported under the <CPUUtilization>
type.
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()