ToCopyableBuilder<DescribeEnvironmentHealthResponse.Builder,DescribeEnvironmentHealthResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeEnvironmentHealthResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeEnvironmentHealthResponse.Builder,DescribeEnvironmentHealthResponse>
Health details for an AWS Elastic Beanstalk environment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEnvironmentHealthResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
ApplicationMetrics |
applicationMetrics() |
Application request metrics for the environment.
|
static DescribeEnvironmentHealthResponse.Builder |
builder() |
|
List<String> |
causes() |
Descriptions of the data that contributed to the environment's current health status.
|
String |
color() |
The health color
of the environment.
|
String |
environmentName() |
The environment's name.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
healthStatus() |
The health status
of the environment.
|
InstanceHealthSummary |
instancesHealth() |
Summary health information for the instances in the environment.
|
Date |
refreshedAt() |
The date and time that the health information was retrieved.
|
static Class<? extends DescribeEnvironmentHealthResponse.Builder> |
serializableBuilderClass() |
|
String |
status() |
The environment's operational status.
|
DescribeEnvironmentHealthResponse.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 String environmentName()
The environment's name.
public String healthStatus()
The health status
of the environment. For example, Ok
.
Ok
.public String status()
The environment's operational status. Ready
, Launching
, Updating
,
Terminating
, or Terminated
.
Ready
, Launching
, Updating
,
Terminating
, or Terminated
.EnvironmentHealth
public String color()
The health color of the environment.
public List<String> causes()
Descriptions of the data that contributed to the environment's current health status.
public ApplicationMetrics applicationMetrics()
Application request metrics for the environment.
public InstanceHealthSummary instancesHealth()
Summary health information for the instances in the environment.
public Date refreshedAt()
The date and time that the health information was retrieved.
public DescribeEnvironmentHealthResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEnvironmentHealthResponse.Builder,DescribeEnvironmentHealthResponse>
public static DescribeEnvironmentHealthResponse.Builder builder()
public static Class<? extends DescribeEnvironmentHealthResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.