@Generated(value="software.amazon.awssdk:codegen") public class ListDeploymentsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
Represents the input of a ListDeployments operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentsRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
|
static ListDeploymentsRequest.Builder |
builder() |
TimeRange |
createTimeRange()
A time range (start and end) for returning a subset of the list of deployments.
|
String |
deploymentGroupName()
The name of an existing deployment group for the specified application.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
includeOnlyStatuses()
A subset of deployments to list by status:
|
String |
nextToken()
An identifier returned from the previous list deployments call.
|
static Class<? extends ListDeploymentsRequest.Builder> |
serializableBuilderClass() |
ListDeploymentsRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String applicationName()
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
public String deploymentGroupName()
The name of an existing deployment group for the specified application.
public List<String> includeOnlyStatuses()
A subset of deployments to list by status:
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
Created: Include created deployments in the resulting list.
Queued: Include queued deployments in the resulting list.
In Progress: Include in-progress deployments in the resulting list.
Succeeded: Include successful deployments in the resulting list.
Failed: Include failed deployments in the resulting list.
Stopped: Include stopped deployments in the resulting list.
DeploymentStatuspublic TimeRange createTimeRange()
A time range (start and end) for returning a subset of the list of deployments.
public String nextToken()
An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.
public ListDeploymentsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>public static ListDeploymentsRequest.Builder builder()
public static Class<? extends ListDeploymentsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.