Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
Represents the input of a ListDeployments operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentsRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
DeploymentStatus
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
public static ListDeploymentsRequest.Builder builder()
public static Class<? extends ListDeploymentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.