@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeploymentInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListDeploymentInstances operation.
NOOP
Constructor and Description |
---|
ListDeploymentInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeploymentId()
The unique ID of a deployment.
|
List<String> |
getInstanceStatusFilter()
A subset of instances to list by status:
|
List<String> |
getInstanceTypeFilter()
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
String |
getNextToken()
An identifier returned from the previous list deployment instances call.
|
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:
|
void |
setInstanceTypeFilter(Collection<String> instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
void |
setNextToken(String nextToken)
An identifier returned from the previous list deployment instances call.
|
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:
|
ListDeploymentInstancesRequest |
withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest |
withInstanceStatusFilter(String... instanceStatusFilter)
A subset of instances to list by status:
|
ListDeploymentInstancesRequest |
withInstanceTypeFilter(Collection<String> instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
ListDeploymentInstancesRequest |
withInstanceTypeFilter(InstanceType... instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
ListDeploymentInstancesRequest |
withInstanceTypeFilter(String... instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
ListDeploymentInstancesRequest |
withNextToken(String nextToken)
An identifier returned from the previous list deployment instances 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 setDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId
- The unique ID of a deployment.public String getDeploymentId()
The unique ID of a deployment.
public ListDeploymentInstancesRequest withDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId
- The unique ID of a deployment.public void setNextToken(String nextToken)
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
nextToken
- An identifier returned from the previous list deployment instances call. It can be used to return the next
set of deployment instances in the list.public String getNextToken()
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
public ListDeploymentInstancesRequest withNextToken(String nextToken)
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
nextToken
- An identifier returned from the previous list deployment instances call. It can be used to return the next
set of deployment instances in the list.public List<String> getInstanceStatusFilter()
A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
InstanceStatus
public void setInstanceStatusFilter(Collection<String> instanceStatusFilter)
A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
instanceStatusFilter
- A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
InstanceStatus
public ListDeploymentInstancesRequest withInstanceStatusFilter(String... instanceStatusFilter)
A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceStatusFilter(java.util.Collection)
or withInstanceStatusFilter(java.util.Collection)
if you want to override the existing values.
instanceStatusFilter
- A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
InstanceStatus
public ListDeploymentInstancesRequest withInstanceStatusFilter(Collection<String> instanceStatusFilter)
A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
instanceStatusFilter
- A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
InstanceStatus
public ListDeploymentInstancesRequest withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)
A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
instanceStatusFilter
- A subset of instances to list by status:
Pending: Include those instance with pending deployments.
InProgress: Include those instance where deployments are still in progress.
Succeeded: Include those instances with successful deployments.
Failed: Include those instance with failed deployments.
Skipped: Include those instance with skipped deployments.
Unknown: Include those instance with deployments in an unknown state.
InstanceStatus
public List<String> getInstanceTypeFilter()
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
InstanceType
public void setInstanceTypeFilter(Collection<String> instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
instanceTypeFilter
- The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or
those in the replacement environment ("GREEN"), for which you want to view instance information.InstanceType
public ListDeploymentInstancesRequest withInstanceTypeFilter(String... instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceTypeFilter(java.util.Collection)
or withInstanceTypeFilter(java.util.Collection)
if
you want to override the existing values.
instanceTypeFilter
- The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or
those in the replacement environment ("GREEN"), for which you want to view instance information.InstanceType
public ListDeploymentInstancesRequest withInstanceTypeFilter(Collection<String> instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
instanceTypeFilter
- The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or
those in the replacement environment ("GREEN"), for which you want to view instance information.InstanceType
public ListDeploymentInstancesRequest withInstanceTypeFilter(InstanceType... instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.
instanceTypeFilter
- The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or
those in the replacement environment ("GREEN"), for which you want to view instance information.InstanceType
public String toString()
toString
in class Object
Object.toString()
public ListDeploymentInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.