public class DescribeInstancesHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See the example below to learn how to create a request body.
NOOP
Constructor and Description |
---|
DescribeInstancesHealthRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInstancesHealthRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getAttributeNames()
Specifies the response elements you wish to receive.
|
String |
getEnvironmentId()
Specifies the AWS Elastic Beanstalk environment ID.
|
String |
getEnvironmentName()
Specifies the AWS Elastic Beanstalk environment name.
|
String |
getNextToken()
Specifies the next token of the request.
|
int |
hashCode() |
void |
setAttributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive.
|
void |
setEnvironmentId(String environmentId)
Specifies the AWS Elastic Beanstalk environment ID.
|
void |
setEnvironmentName(String environmentName)
Specifies the AWS Elastic Beanstalk environment name.
|
void |
setNextToken(String nextToken)
Specifies the next token of the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInstancesHealthRequest |
withAttributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest |
withAttributeNames(InstancesHealthAttribute... attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest |
withAttributeNames(String... attributeNames)
Specifies the response elements you wish to receive.
|
DescribeInstancesHealthRequest |
withEnvironmentId(String environmentId)
Specifies the AWS Elastic Beanstalk environment ID.
|
DescribeInstancesHealthRequest |
withEnvironmentName(String environmentName)
Specifies the AWS Elastic Beanstalk environment name.
|
DescribeInstancesHealthRequest |
withNextToken(String nextToken)
Specifies the next token of the request.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEnvironmentName(String environmentName)
Specifies the AWS Elastic Beanstalk environment name.
environmentName
- Specifies the AWS Elastic Beanstalk environment name.public String getEnvironmentName()
Specifies the AWS Elastic Beanstalk environment name.
public DescribeInstancesHealthRequest withEnvironmentName(String environmentName)
Specifies the AWS Elastic Beanstalk environment name.
environmentName
- Specifies the AWS Elastic Beanstalk environment name.public void setEnvironmentId(String environmentId)
Specifies the AWS Elastic Beanstalk environment ID.
environmentId
- Specifies the AWS Elastic Beanstalk environment ID.public String getEnvironmentId()
Specifies the AWS Elastic Beanstalk environment ID.
public DescribeInstancesHealthRequest withEnvironmentId(String environmentId)
Specifies the AWS Elastic Beanstalk environment ID.
environmentId
- Specifies the AWS Elastic Beanstalk environment ID.public List<String> getAttributeNames()
Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances.
InstancesHealthAttribute
public void setAttributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances.
attributeNames
- Specifies the response elements you wish to receive. If no
attribute names are specified, AWS Elastic Beanstalk only returns
a list of instances.InstancesHealthAttribute
public DescribeInstancesHealthRequest withAttributeNames(String... attributeNames)
Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances.
NOTE: This method appends the values to the existing list (if
any). Use setAttributeNames(java.util.Collection)
or
withAttributeNames(java.util.Collection)
if you want to override
the existing values.
attributeNames
- Specifies the response elements you wish to receive. If no
attribute names are specified, AWS Elastic Beanstalk only returns
a list of instances.InstancesHealthAttribute
public DescribeInstancesHealthRequest withAttributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances.
attributeNames
- Specifies the response elements you wish to receive. If no
attribute names are specified, AWS Elastic Beanstalk only returns
a list of instances.InstancesHealthAttribute
public DescribeInstancesHealthRequest withAttributeNames(InstancesHealthAttribute... attributeNames)
Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances.
attributeNames
- Specifies the response elements you wish to receive. If no
attribute names are specified, AWS Elastic Beanstalk only returns
a list of instances.InstancesHealthAttribute
public void setNextToken(String nextToken)
Specifies the next token of the request.
nextToken
- Specifies the next token of the request.public String getNextToken()
Specifies the next token of the request.
public DescribeInstancesHealthRequest withNextToken(String nextToken)
Specifies the next token of the request.
nextToken
- Specifies the next token of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeInstancesHealthRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.