public class ListDeploymentInstancesRequest extends AmazonWebServiceRequest implements Serializable
ListDeploymentInstances operation
.
Lists the Amazon EC2 instances for a deployment within the AWS user account.
NOOP
Constructor and Description |
---|
ListDeploymentInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The unique ID of a deployment.
|
List<String> |
getInstanceStatusFilter()
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
String |
getNextToken()
An identifier that was returned from the previous list deployment
instances call, which can be used to return the next set of deployment
instances in the list.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The unique ID of a deployment.
|
void |
setInstanceStatusFilter(Collection<String> instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous list deployment
instances call, which can be used to return the next set of deployment
instances in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeploymentInstancesRequest |
withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
ListDeploymentInstancesRequest |
withInstanceStatusFilter(Collection<String> instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
ListDeploymentInstancesRequest |
withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
ListDeploymentInstancesRequest |
withInstanceStatusFilter(String... instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
ListDeploymentInstancesRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous list deployment
instances call, which can be used to return the next set of deployment
instances in the list.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId
- The unique ID of a deployment.public ListDeploymentInstancesRequest withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId
- The unique ID of a deployment.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- An identifier that was returned from the previous list deployment
instances call, which can be used to return the next set of deployment
instances in the list.public ListDeploymentInstancesRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- An identifier that was returned from the previous list deployment
instances call, which can be used to return the next set of deployment
instances in the list.public List<String> getInstanceStatusFilter()
public void setInstanceStatusFilter(Collection<String> instanceStatusFilter)
instanceStatusFilter
- A subset of instances to list, by status: public ListDeploymentInstancesRequest withInstanceStatusFilter(String... instanceStatusFilter)
Returns a reference to this object so that method calls can be chained together.
instanceStatusFilter
- A subset of instances to list, by status: public ListDeploymentInstancesRequest withInstanceStatusFilter(Collection<String> instanceStatusFilter)
Returns a reference to this object so that method calls can be chained together.
instanceStatusFilter
- A subset of instances to list, by status: public ListDeploymentInstancesRequest withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)
Returns a reference to this object so that method calls can be chained together.
instanceStatusFilter
- A subset of instances to list, by status: public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.