ToCopyableBuilder<DescribeInstancesHealthResponse.Builder,DescribeInstancesHealthResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeInstancesHealthResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeInstancesHealthResponse.Builder,DescribeInstancesHealthResponse>
Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeInstancesHealthResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeInstancesHealthResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<SingleInstanceHealth> |
instanceHealthList() |
Detailed health information about each instance.
|
String |
nextToken() |
Pagination token for the next page of results, if available.
|
Date |
refreshedAt() |
The date and time that the health information was retrieved.
|
static Class<? extends DescribeInstancesHealthResponse.Builder> |
serializableBuilderClass() |
|
DescribeInstancesHealthResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<SingleInstanceHealth> instanceHealthList()
Detailed health information about each instance.
public Date refreshedAt()
The date and time that the health information was retrieved.
public String nextToken()
Pagination token for the next page of results, if available.
public DescribeInstancesHealthResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeInstancesHealthResponse.Builder,DescribeInstancesHealthResponse>
public static DescribeInstancesHealthResponse.Builder builder()
public static Class<? extends DescribeInstancesHealthResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.