Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeEnvironmentHealthRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>
See the example below to learn how to create a request body.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEnvironmentHealthRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
attributeNames() |
Specify the response elements to return.
|
static DescribeEnvironmentHealthRequest.Builder |
builder() |
|
String |
environmentId() |
Specify the environment by ID.
|
String |
environmentName() |
Specify the environment by name.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeEnvironmentHealthRequest.Builder> |
serializableBuilderClass() |
|
DescribeEnvironmentHealthRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String environmentName()
Specify the environment by name.
You must specify either this or an EnvironmentName, or both.
You must specify either this or an EnvironmentName, or both.
public String environmentId()
Specify the environment by ID.
You must specify either this or an EnvironmentName, or both.
You must specify either this or an EnvironmentName, or both.
public List<String> attributeNames()
Specify the response elements to return. To retrieve all attributes, set to All
. If no attribute
names are specified, returns the name of the environment.
All
. If no
attribute names are specified, returns the name of the environment.EnvironmentHealthAttribute
public DescribeEnvironmentHealthRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEnvironmentHealthRequest.Builder,DescribeEnvironmentHealthRequest>
public static DescribeEnvironmentHealthRequest.Builder builder()
public static Class<? extends DescribeEnvironmentHealthRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.