@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstancesHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Parameters for a call to DescribeInstancesHealth
.
NOOP
Constructor and Description |
---|
DescribeInstancesHealthRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInstancesHealthRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAttributeNames()
Specifies the response elements you wish to receive.
|
String |
getEnvironmentId()
Specify the AWS Elastic Beanstalk environment by ID.
|
String |
getEnvironmentName()
Specify the AWS Elastic Beanstalk environment by name.
|
String |
getNextToken()
Specify the pagination token returned by a previous call.
|
int |
hashCode() |
void |
setAttributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive.
|
void |
setEnvironmentId(String environmentId)
Specify the AWS Elastic Beanstalk environment by ID.
|
void |
setEnvironmentName(String environmentName)
Specify the AWS Elastic Beanstalk environment by name.
|
void |
setNextToken(String nextToken)
Specify the pagination token returned by a previous call.
|
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)
Specify the AWS Elastic Beanstalk environment by ID.
|
DescribeInstancesHealthRequest |
withEnvironmentName(String environmentName)
Specify the AWS Elastic Beanstalk environment by name.
|
DescribeInstancesHealthRequest |
withNextToken(String nextToken)
Specify the pagination token returned by a previous call.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEnvironmentName(String environmentName)
Specify the AWS Elastic Beanstalk environment by name.
environmentName
- Specify the AWS Elastic Beanstalk environment by name.public String getEnvironmentName()
Specify the AWS Elastic Beanstalk environment by name.
public DescribeInstancesHealthRequest withEnvironmentName(String environmentName)
Specify the AWS Elastic Beanstalk environment by name.
environmentName
- Specify the AWS Elastic Beanstalk environment by name.public void setEnvironmentId(String environmentId)
Specify the AWS Elastic Beanstalk environment by ID.
environmentId
- Specify the AWS Elastic Beanstalk environment by ID.public String getEnvironmentId()
Specify the AWS Elastic Beanstalk environment by ID.
public DescribeInstancesHealthRequest withEnvironmentId(String environmentId)
Specify the AWS Elastic Beanstalk environment by ID.
environmentId
- Specify the AWS Elastic Beanstalk environment by ID.public List<String> getAttributeNames()
Specifies the response elements you wish to receive. To retrieve all attributes, set to All
. If no
attribute names are specified, returns a list of instances.
All
.
If no attribute names are specified, returns a list of instances.InstancesHealthAttribute
public void setAttributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive. To retrieve all attributes, set to All
. If no
attribute names are specified, returns a list of instances.
attributeNames
- Specifies the response elements you wish to receive. To retrieve all attributes, set to All
.
If no attribute names are specified, returns a list of instances.InstancesHealthAttribute
public DescribeInstancesHealthRequest withAttributeNames(String... attributeNames)
Specifies the response elements you wish to receive. To retrieve all attributes, set to All
. If no
attribute names are specified, 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. To retrieve all attributes, set to All
.
If no attribute names are specified, returns a list of instances.InstancesHealthAttribute
public DescribeInstancesHealthRequest withAttributeNames(Collection<String> attributeNames)
Specifies the response elements you wish to receive. To retrieve all attributes, set to All
. If no
attribute names are specified, returns a list of instances.
attributeNames
- Specifies the response elements you wish to receive. To retrieve all attributes, set to All
.
If no attribute names are specified, returns a list of instances.InstancesHealthAttribute
public DescribeInstancesHealthRequest withAttributeNames(InstancesHealthAttribute... attributeNames)
Specifies the response elements you wish to receive. To retrieve all attributes, set to All
. If no
attribute names are specified, returns a list of instances.
attributeNames
- Specifies the response elements you wish to receive. To retrieve all attributes, set to All
.
If no attribute names are specified, returns a list of instances.InstancesHealthAttribute
public void setNextToken(String nextToken)
Specify the pagination token returned by a previous call.
nextToken
- Specify the pagination token returned by a previous call.public String getNextToken()
Specify the pagination token returned by a previous call.
public DescribeInstancesHealthRequest withNextToken(String nextToken)
Specify the pagination token returned by a previous call.
nextToken
- Specify the pagination token returned by a previous call.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.